Html Css Color HEX #554804 Bronze Olive

📋 copy color: '#554804'

red 85 ◦ green 72 ◦ blue 4

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

Shades of Bronze Olive #554804

Tints of Bronze Olive #554804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.48%

R = 52.8%
G = 44.72%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#554804 (or 0x554804) is known color: Bronze Olive. HEX triplet: 55, 48 and 04. RGB value is (85,72,4). Sum of RGB (Red+Green+Blue) = 85+72+4=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #554804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554804 is #AAB7FB. Grayscale: #444444. Windows color (decimal): -11188220 or 280661. OLE color: 280661.

HSL color Cylindrical-coordinate representation of color #554804: hue angle of 50.37º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #554804 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 4 -
CMYK 0 0.15 0.95 0.67
HSL 50.37º 0.91% 0.17% -
HSV(B) 50.37º 0.95% 0.33% -
XYZ 6.09 6.57 1.06 -
YUV 68.14 91.81 140.03 -
System Red Green Blue C M Y K H S L
Decimal 85 72 4 0 0.15 0.95 0.67 50.37 0.91 0.17
Hex 55 48 4 0 F 5F 43 32 5B 11
Octal 125 110 4 0 17 137 103 62 133 21
Binary 1010101 1001000 100 0 1111 1011111 1000011 110010 1011011 10001

Color Harmonies of #554804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554804

Black with #554804

Text Example


Text Example

White with #554804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554804; }

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

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

background-color css

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

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

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

border-color css

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

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

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