Html Css Color HEX #554F12 Bronze Olive

📋 copy color: '#554F12'

red 85 ◦ green 79 ◦ blue 18

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

Shades of Bronze Olive #554F12

Tints of Bronze Olive #554F12

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.41%

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 46.7%
G = 43.41%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#554F12 (or 0x554F12) is known color: Bronze Olive. HEX triplet: 55, 4F and 12. RGB value is (85,79,18). Sum of RGB (Red+Green+Blue) = 85+79+18=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #554F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F12 is #AAB0ED. Grayscale: #4A4A4A. Windows color (decimal): -11186414 or 1199957. OLE color: 1199957.

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

Color convert

RGB 85 79 18 -
CMYK 0 0.07 0.79 0.67
HSL 54.63º 0.65% 0.2% -
HSV(B) 54.63º 0.79% 0.33% -
XYZ 6.65 7.57 1.68 -
YUV 73.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 85 79 18 0 0.07 0.79 0.67 54.63 0.65 0.2
Hex 55 4F 12 0 7 4F 43 37 41 14
Octal 125 117 22 0 7 117 103 67 101 24
Binary 1010101 1001111 10010 0 111 1001111 1000011 110111 1000001 10100

Color Harmonies of #554F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F12

Black with #554F12

Text Example


Text Example

White with #554F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,79,18); }

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

background-color css

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

 a { background-color: rgb(85,79,18); }

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

border-color css

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

 span { border-color: rgb(85,79,18); }

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