Html Css Color HEX #524230 Deep Bronze

📋 copy color: '#524230'

red 82 ◦ green 66 ◦ blue 48

#524230
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Bronze #524230

Tints of Deep Bronze #524230

RGB

 RED value IS 82 (32.42% from 255) = 41.84%

 GREEN value IS 66 (26.17% from 255) = 33.67%

 BLUE value IS 48 (19.14% from 255) = 24.49%

R = 41.84%
G = 33.67%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.68

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#524230 (or 0x524230) is known color: Deep Bronze. HEX triplet: 52, 42 and 30. RGB value is (82,66,48). Sum of RGB (Red+Green+Blue) = 82+66+48=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #524230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524230 is #ADBDCF. Grayscale: #444444. Windows color (decimal): -11386320 or 3162706. OLE color: 3162706.

HSL color Cylindrical-coordinate representation of color #524230: hue angle of 31.76º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #524230 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 66 48 -
CMYK 0 0.20 0.41 0.68
HSL 31.76º 0.26% 0.25% -
HSV(B) 31.76º 0.41% 0.32% -
XYZ 5.96 5.9 3.62 -
YUV 68.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 82 66 48 0 0.20 0.41 0.68 31.76 0.26 0.25
Hex 52 42 30 0 14 29 44 20 1A 19
Octal 122 102 60 0 24 51 104 40 32 31
Binary 1010010 1000010 110000 0 10100 101001 1000100 100000 11010 11001

Color Harmonies of #524230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524230

Black with #524230

Text Example


Text Example

White with #524230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524230; }

 p { color: rgb(82,66,48); }

 H1.HeaderClassName
 {
   color: #524230;
 }
 .AnyTagClassName
 {
   color: #524230;
 }
</style>

background-color css

<style>
 a { background-color: #524230; }

 a { background-color: rgb(82,66,48); }

 div.DivClassName
 {
   background-color: #524230;
 }
 .BgClassName
 {
   background-color: #524230;
 }
</style>

border-color css

<style>
 span { border-color: #524230; }

 span { border-color: rgb(82,66,48); }

 td.TdClassName
 {
   border-color: #524230;
 }
 .TagClassName
 {
   border-color: #524230;
 }
</style>