Html Css Color HEX #524233 Deep Bronze

📋 copy color: '#524233'

red 82 ◦ green 66 ◦ blue 51

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

Shades of Deep Bronze #524233

Tints of Deep Bronze #524233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.63%

R = 41.21%
G = 33.17%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#524233 (or 0x524233) is known color: Deep Bronze. HEX triplet: 52, 42 and 33. RGB value is (82,66,51). Sum of RGB (Red+Green+Blue) = 82+66+51=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #524233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524233 is #ADBDCC. Grayscale: #454545. Windows color (decimal): -11386317 or 3359314. OLE color: 3359314.

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

Color convert

RGB 82 66 51 -
CMYK 0 0.20 0.38 0.68
HSL 29.03º 0.23% 0.26% -
HSV(B) 29.03º 0.38% 0.32% -
XYZ 6.03 5.93 3.96 -
YUV 69.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 82 66 51 0 0.20 0.38 0.68 29.03 0.23 0.26
Hex 52 42 33 0 14 26 44 1D 17 1A
Octal 122 102 63 0 24 46 104 35 27 32
Binary 1010010 1000010 110011 0 10100 100110 1000100 11101 10111 11010

Color Harmonies of #524233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524233

Black with #524233

Text Example


Text Example

White with #524233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524233; }

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

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

background-color css

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

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

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

border-color css

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

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

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