Html Css Color HEX #554404 Bronze Olive

📋 copy color: '#554404'

red 85 ◦ green 68 ◦ blue 4

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

Shades of Bronze Olive #554404

Tints of Bronze Olive #554404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.31%

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

R = 54.14%
G = 43.31%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#554404 (or 0x554404) is known color: Bronze Olive. HEX triplet: 55, 44 and 04. RGB value is (85,68,4). Sum of RGB (Red+Green+Blue) = 85+68+4=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #554404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554404 is #AABBFB. Grayscale: #424242. Windows color (decimal): -11189244 or 279637. OLE color: 279637.

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

Color convert

RGB 85 68 4 -
CMYK 0 0.20 0.95 0.67
HSL 47.41º 0.91% 0.17% -
HSV(B) 47.41º 0.95% 0.33% -
XYZ 5.84 6.07 0.98 -
YUV 65.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 85 68 4 0 0.20 0.95 0.67 47.41 0.91 0.17
Hex 55 44 4 0 14 5F 43 2F 5B 11
Octal 125 104 4 0 24 137 103 57 133 21
Binary 1010101 1000100 100 0 10100 1011111 1000011 101111 1011011 10001

Color Harmonies of #554404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554404

Black with #554404

Text Example


Text Example

White with #554404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554404; }

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

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

background-color css

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

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

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

border-color css

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

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

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