Html Css Color HEX #553F20 Deep Bronze

📋 copy color: '#553F20'

red 85 ◦ green 63 ◦ blue 32

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

Shades of Deep Bronze #553F20

Tints of Deep Bronze #553F20

RGB

 RED value IS 85 (33.59% from 255) = 47.22%

 GREEN value IS 63 (25% from 255) = 35%

 BLUE value IS 32 (12.89% from 255) = 17.78%

R = 47.22%
G = 35%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#553F20 (or 0x553F20) is known color: Deep Bronze. HEX triplet: 55, 3F and 20. RGB value is (85,63,32). Sum of RGB (Red+Green+Blue) = 85+63+32=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #553F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F20 is #AAC0DF. Grayscale: #424242. Windows color (decimal): -11190496 or 2113365. OLE color: 2113365.

HSL color Cylindrical-coordinate representation of color #553F20: hue angle of 35.09º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #553F20 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 63 32 -
CMYK 0 0.26 0.62 0.67
HSL 35.09º 0.45% 0.23% -
HSV(B) 35.09º 0.62% 0.33% -
XYZ 5.78 5.59 2.14 -
YUV 66.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 85 63 32 0 0.26 0.62 0.67 35.09 0.45 0.23
Hex 55 3F 20 0 1A 3E 43 23 2D 17
Octal 125 77 40 0 32 76 103 43 55 27
Binary 1010101 111111 100000 0 11010 111110 1000011 100011 101101 10111

Color Harmonies of #553F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F20

Black with #553F20

Text Example


Text Example

White with #553F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553F20; }

 p { color: rgb(85,63,32); }

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

background-color css

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

 a { background-color: rgb(85,63,32); }

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

border-color css

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

 span { border-color: rgb(85,63,32); }

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