Html Css Color HEX #554506 Bronze Olive

📋 copy color: '#554506'

red 85 ◦ green 69 ◦ blue 6

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

Shades of Bronze Olive #554506

Tints of Bronze Olive #554506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.13%

 BLUE value IS 6 (2.73% from 255) = 3.75%

R = 53.13%
G = 43.13%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#554506 (or 0x554506) is known color: Bronze Olive. HEX triplet: 55, 45 and 06. RGB value is (85,69,6). Sum of RGB (Red+Green+Blue) = 85+69+6=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #554506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554506 is #AABAF9. Grayscale: #424242. Windows color (decimal): -11188986 or 410965. OLE color: 410965.

HSL color Cylindrical-coordinate representation of color #554506: hue angle of 47.85º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #554506 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 69 6 -
CMYK 0 0.19 0.93 0.67
HSL 47.85º 0.87% 0.18% -
HSV(B) 47.85º 0.93% 0.33% -
XYZ 5.91 6.2 1.06 -
YUV 66.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 85 69 6 0 0.19 0.93 0.67 47.85 0.87 0.18
Hex 55 45 6 0 13 5D 43 30 57 12
Octal 125 105 6 0 23 135 103 60 127 22
Binary 1010101 1000101 110 0 10011 1011101 1000011 110000 1010111 10010

Color Harmonies of #554506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554506

Black with #554506

Text Example


Text Example

White with #554506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554506; }

 p { color: rgb(85,69,6); }

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

background-color css

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

 a { background-color: rgb(85,69,6); }

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

border-color css

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

 span { border-color: rgb(85,69,6); }

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