Html Css Color HEX #524223 Deep Bronze

📋 copy color: '#524223'

red 82 ◦ green 66 ◦ blue 35

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

Shades of Deep Bronze #524223

Tints of Deep Bronze #524223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.13%

R = 44.81%
G = 36.07%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#524223 (or 0x524223) is known color: Deep Bronze. HEX triplet: 52, 42 and 23. RGB value is (82,66,35). Sum of RGB (Red+Green+Blue) = 82+66+35=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #524223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524223 is #ADBDDC. Grayscale: #434343. Windows color (decimal): -11386333 or 2310738. OLE color: 2310738.

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

Color convert

RGB 82 66 35 -
CMYK 0 0.20 0.57 0.68
HSL 39.57º 0.4% 0.23% -
HSV(B) 39.57º 0.57% 0.32% -
XYZ 5.73 5.81 2.41 -
YUV 67.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 82 66 35 0 0.20 0.57 0.68 39.57 0.4 0.23
Hex 52 42 23 0 14 39 44 28 28 17
Octal 122 102 43 0 24 71 104 50 50 27
Binary 1010010 1000010 100011 0 10100 111001 1000100 101000 101000 10111

Color Harmonies of #524223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524223

Black with #524223

Text Example


Text Example

White with #524223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524223; }

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

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

background-color css

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

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

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

border-color css

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

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

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