Html Css Color HEX #554E05 Bronze Olive

📋 copy color: '#554E05'

red 85 ◦ green 78 ◦ blue 5

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

Shades of Bronze Olive #554E05

Tints of Bronze Olive #554E05

RGB

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

 GREEN value IS 78 (30.86% from 255) = 46.43%

 BLUE value IS 5 (2.34% from 255) = 2.98%

R = 50.6%
G = 46.43%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#554E05 (or 0x554E05) is known color: Bronze Olive. HEX triplet: 55, 4E and 05. RGB value is (85,78,5). Sum of RGB (Red+Green+Blue) = 85+78+5=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #554E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E05 is #AAB1FA. Grayscale: #484848. Windows color (decimal): -11186683 or 347733. OLE color: 347733.

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

Color convert

RGB 85 78 5 -
CMYK 0 0.08 0.94 0.67
HSL 54.75º 0.89% 0.18% -
HSV(B) 54.75º 0.94% 0.33% -
XYZ 6.5 7.39 1.23 -
YUV 71.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 85 78 5 0 0.08 0.94 0.67 54.75 0.89 0.18
Hex 55 4E 5 0 8 5E 43 37 59 12
Octal 125 116 5 0 10 136 103 67 131 22
Binary 1010101 1001110 101 0 1000 1011110 1000011 110111 1011001 10010

Color Harmonies of #554E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E05

Black with #554E05

Text Example


Text Example

White with #554E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,78,5); }

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

background-color css

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

 a { background-color: rgb(85,78,5); }

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

border-color css

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

 span { border-color: rgb(85,78,5); }

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