Html Css Color HEX #554E13 Bronze Olive

📋 copy color: '#554E13'

red 85 ◦ green 78 ◦ blue 19

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

Shades of Bronze Olive #554E13

Tints of Bronze Olive #554E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.44%

R = 46.7%
G = 42.86%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#554E13 (or 0x554E13) is known color: Bronze Olive. HEX triplet: 55, 4E and 13. RGB value is (85,78,19). Sum of RGB (Red+Green+Blue) = 85+78+19=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #554E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E13 is #AAB1EC. Grayscale: #494949. Windows color (decimal): -11186669 or 1265237. OLE color: 1265237.

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

Color convert

RGB 85 78 19 -
CMYK 0 0.08 0.78 0.67
HSL 53.64º 0.63% 0.2% -
HSV(B) 53.64º 0.78% 0.33% -
XYZ 6.59 7.43 1.7 -
YUV 73.37 97.32 136.3 -
System Red Green Blue C M Y K H S L
Decimal 85 78 19 0 0.08 0.78 0.67 53.64 0.63 0.2
Hex 55 4E 13 0 8 4E 43 36 3F 14
Octal 125 116 23 0 10 116 103 66 77 24
Binary 1010101 1001110 10011 0 1000 1001110 1000011 110110 111111 10100

Color Harmonies of #554E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E13

Black with #554E13

Text Example


Text Example

White with #554E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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