Html Css Color HEX #554306 Bronze Olive

📋 copy color: '#554306'

red 85 ◦ green 67 ◦ blue 6

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

Shades of Bronze Olive #554306

Tints of Bronze Olive #554306

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.41%

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

R = 53.8%
G = 42.41%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#554306 (or 0x554306) is known color: Bronze Olive. HEX triplet: 55, 43 and 06. RGB value is (85,67,6). Sum of RGB (Red+Green+Blue) = 85+67+6=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #554306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554306 is #AABCF9. Grayscale: #414141. Windows color (decimal): -11189498 or 410453. OLE color: 410453.

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

Color convert

RGB 85 67 6 -
CMYK 0 0.21 0.93 0.67
HSL 46.33º 0.87% 0.18% -
HSV(B) 46.33º 0.93% 0.33% -
XYZ 5.79 5.96 1.02 -
YUV 65.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 85 67 6 0 0.21 0.93 0.67 46.33 0.87 0.18
Hex 55 43 6 0 15 5D 43 2E 57 12
Octal 125 103 6 0 25 135 103 56 127 22
Binary 1010101 1000011 110 0 10101 1011101 1000011 101110 1010111 10010

Color Harmonies of #554306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554306

Black with #554306

Text Example


Text Example

White with #554306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554306; }

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

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

background-color css

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

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

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

border-color css

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

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

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