Html Css Color HEX #554806 Bronze Olive

📋 copy color: '#554806'

red 85 ◦ green 72 ◦ blue 6

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

Shades of Bronze Olive #554806

Tints of Bronze Olive #554806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.17%

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

R = 52.15%
G = 44.17%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#554806 (or 0x554806) is known color: Bronze Olive. HEX triplet: 55, 48 and 06. RGB value is (85,72,6). Sum of RGB (Red+Green+Blue) = 85+72+6=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #554806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554806 is #AAB7F9. Grayscale: #444444. Windows color (decimal): -11188218 or 411733. OLE color: 411733.

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

Color convert

RGB 85 72 6 -
CMYK 0 0.15 0.93 0.67
HSL 50.13º 0.87% 0.18% -
HSV(B) 50.13º 0.93% 0.33% -
XYZ 6.1 6.58 1.12 -
YUV 68.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 85 72 6 0 0.15 0.93 0.67 50.13 0.87 0.18
Hex 55 48 6 0 F 5D 43 32 57 12
Octal 125 110 6 0 17 135 103 62 127 22
Binary 1010101 1001000 110 0 1111 1011101 1000011 110010 1010111 10010

Color Harmonies of #554806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554806

Black with #554806

Text Example


Text Example

White with #554806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554806; }

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

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

background-color css

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

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

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

border-color css

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

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

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