Html Css Color HEX #553E24 Deep Bronze

📋 copy color: '#553E24'

red 85 ◦ green 62 ◦ blue 36

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

Shades of Deep Bronze #553E24

Tints of Deep Bronze #553E24

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.88%

 BLUE value IS 36 (14.45% from 255) = 19.67%

R = 46.45%
G = 33.88%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#553E24 (or 0x553E24) is known color: Deep Bronze. HEX triplet: 55, 3E and 24. RGB value is (85,62,36). Sum of RGB (Red+Green+Blue) = 85+62+36=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #553E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E24 is #AAC1DB. Grayscale: #424242. Windows color (decimal): -11190748 or 2375253. OLE color: 2375253.

HSL color Cylindrical-coordinate representation of color #553E24: hue angle of 31.84º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #553E24 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 62 36 -
CMYK 0 0.27 0.58 0.67
HSL 31.84º 0.4% 0.24% -
HSV(B) 31.84º 0.58% 0.33% -
XYZ 5.79 5.5 2.43 -
YUV 65.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 85 62 36 0 0.27 0.58 0.67 31.84 0.4 0.24
Hex 55 3E 24 0 1B 3A 43 20 28 18
Octal 125 76 44 0 33 72 103 40 50 30
Binary 1010101 111110 100100 0 11011 111010 1000011 100000 101000 11000

Color Harmonies of #553E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E24

Black with #553E24

Text Example


Text Example

White with #553E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,62,36); }

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

background-color css

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

 a { background-color: rgb(85,62,36); }

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

border-color css

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

 span { border-color: rgb(85,62,36); }

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