Html Css Color HEX #554024 Deep Bronze

📋 copy color: '#554024'

red 85 ◦ green 64 ◦ blue 36

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

Shades of Deep Bronze #554024

Tints of Deep Bronze #554024

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.59%

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

R = 45.95%
G = 34.59%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#554024 (or 0x554024) is known color: Deep Bronze. HEX triplet: 55, 40 and 24. RGB value is (85,64,36). Sum of RGB (Red+Green+Blue) = 85+64+36=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #554024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554024 is #AABFDB. Grayscale: #434343. Windows color (decimal): -11190236 or 2375765. OLE color: 2375765.

HSL color Cylindrical-coordinate representation of color #554024: hue angle of 34.29º 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 #554024 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 64 36 -
CMYK 0 0.25 0.58 0.67
HSL 34.29º 0.4% 0.24% -
HSV(B) 34.29º 0.58% 0.33% -
XYZ 5.9 5.73 2.46 -
YUV 67.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 85 64 36 0 0.25 0.58 0.67 34.29 0.4 0.24
Hex 55 40 24 0 19 3A 43 22 28 18
Octal 125 100 44 0 31 72 103 42 50 30
Binary 1010101 1000000 100100 0 11001 111010 1000011 100010 101000 11000

Color Harmonies of #554024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554024

Black with #554024

Text Example


Text Example

White with #554024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554024; }

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

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

background-color css

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

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

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

border-color css

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

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

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