Html Css Color HEX #554B16 Bronze Olive

📋 copy color: '#554B16'

red 85 ◦ green 75 ◦ blue 22

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

Shades of Bronze Olive #554B16

Tints of Bronze Olive #554B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.21%

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

R = 46.7%
G = 41.21%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#554B16 (or 0x554B16) is known color: Bronze Olive. HEX triplet: 55, 4B and 16. RGB value is (85,75,22). Sum of RGB (Red+Green+Blue) = 85+75+22=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #554B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554B16 is #AAB4E9. Grayscale: #484848. Windows color (decimal): -11187434 or 1461077. OLE color: 1461077.

HSL color Cylindrical-coordinate representation of color #554B16: hue angle of 50.48º 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 #554B16 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 75 22 -
CMYK 0 0.12 0.74 0.67
HSL 50.48º 0.59% 0.21% -
HSV(B) 50.48º 0.74% 0.33% -
XYZ 6.41 7.02 1.78 -
YUV 71.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 85 75 22 0 0.12 0.74 0.67 50.48 0.59 0.21
Hex 55 4B 16 0 C 4A 43 32 3B 15
Octal 125 113 26 0 14 112 103 62 73 25
Binary 1010101 1001011 10110 0 1100 1001010 1000011 110010 111011 10101

Color Harmonies of #554B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554B16

Black with #554B16

Text Example


Text Example

White with #554B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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