Html Css Color HEX #554C08 Bronze Olive

📋 copy color: '#554C08'

red 85 ◦ green 76 ◦ blue 8

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

Shades of Bronze Olive #554C08

Tints of Bronze Olive #554C08

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.97%

 BLUE value IS 8 (3.52% from 255) = 4.73%

R = 50.3%
G = 44.97%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#554C08 (or 0x554C08) is known color: Bronze Olive. HEX triplet: 55, 4C and 08. RGB value is (85,76,8). Sum of RGB (Red+Green+Blue) = 85+76+8=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #554C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C08 is #AAB3F7. Grayscale: #474747. Windows color (decimal): -11187192 or 543829. OLE color: 543829.

HSL color Cylindrical-coordinate representation of color #554C08: hue angle of 52.99º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #554C08 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 76 8 -
CMYK 0 0.11 0.91 0.67
HSL 52.99º 0.83% 0.18% -
HSV(B) 52.99º 0.91% 0.33% -
XYZ 6.37 7.12 1.27 -
YUV 70.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 85 76 8 0 0.11 0.91 0.67 52.99 0.83 0.18
Hex 55 4C 8 0 B 5B 43 35 53 12
Octal 125 114 10 0 13 133 103 65 123 22
Binary 1010101 1001100 1000 0 1011 1011011 1000011 110101 1010011 10010

Color Harmonies of #554C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C08

Black with #554C08

Text Example


Text Example

White with #554C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554C08; }

 p { color: rgb(85,76,8); }

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

background-color css

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

 a { background-color: rgb(85,76,8); }

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

border-color css

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

 span { border-color: rgb(85,76,8); }

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