Html Css Color HEX #554816 Bronze Olive

📋 copy color: '#554816'

red 85 ◦ green 72 ◦ blue 22

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

Shades of Bronze Olive #554816

Tints of Bronze Olive #554816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.29%

R = 47.49%
G = 40.22%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#554816 (or 0x554816) is known color: Bronze Olive. HEX triplet: 55, 48 and 16. RGB value is (85,72,22). Sum of RGB (Red+Green+Blue) = 85+72+22=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #554816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554816 is #AAB7E9. Grayscale: #464646. Windows color (decimal): -11188202 or 1460309. OLE color: 1460309.

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

Color convert

RGB 85 72 22 -
CMYK 0 0.15 0.74 0.67
HSL 47.62º 0.59% 0.21% -
HSV(B) 47.62º 0.74% 0.33% -
XYZ 6.21 6.62 1.71 -
YUV 70.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 85 72 22 0 0.15 0.74 0.67 47.62 0.59 0.21
Hex 55 48 16 0 F 4A 43 30 3B 15
Octal 125 110 26 0 17 112 103 60 73 25
Binary 1010101 1001000 10110 0 1111 1001010 1000011 110000 111011 10101

Color Harmonies of #554816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554816

Black with #554816

Text Example


Text Example

White with #554816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554816; }

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

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

background-color css

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

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

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

border-color css

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

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

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