Html Css Color HEX #554608 Bronze Olive

📋 copy color: '#554608'

red 85 ◦ green 70 ◦ blue 8

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

Shades of Bronze Olive #554608

Tints of Bronze Olive #554608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.94%

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

R = 52.15%
G = 42.94%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#554608 (or 0x554608) is known color: Bronze Olive. HEX triplet: 55, 46 and 08. RGB value is (85,70,8). Sum of RGB (Red+Green+Blue) = 85+70+8=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #554608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554608 is #AAB9F7. Grayscale: #434343. Windows color (decimal): -11188728 or 542293. OLE color: 542293.

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

Color convert

RGB 85 70 8 -
CMYK 0 0.18 0.91 0.67
HSL 48.31º 0.83% 0.18% -
HSV(B) 48.31º 0.91% 0.33% -
XYZ 5.98 6.33 1.14 -
YUV 67.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 85 70 8 0 0.18 0.91 0.67 48.31 0.83 0.18
Hex 55 46 8 0 12 5B 43 30 53 12
Octal 125 106 10 0 22 133 103 60 123 22
Binary 1010101 1000110 1000 0 10010 1011011 1000011 110000 1010011 10010

Color Harmonies of #554608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554608

Black with #554608

Text Example


Text Example

White with #554608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554608; }

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

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

background-color css

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

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

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

border-color css

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

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

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