Html Css Color HEX #554212 Bronze Olive

📋 copy color: '#554212'

red 85 ◦ green 66 ◦ blue 18

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

Shades of Bronze Olive #554212

Tints of Bronze Olive #554212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.05%

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

R = 50.3%
G = 39.05%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#554212 (or 0x554212) is known color: Bronze Olive. HEX triplet: 55, 42 and 12. RGB value is (85,66,18). Sum of RGB (Red+Green+Blue) = 85+66+18=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #554212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554212 is #AABDED. Grayscale: #424242. Windows color (decimal): -11189742 or 1196629. OLE color: 1196629.

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

Color convert

RGB 85 66 18 -
CMYK 0 0.22 0.79 0.67
HSL 42.99º 0.65% 0.2% -
HSV(B) 42.99º 0.79% 0.33% -
XYZ 5.8 5.87 1.4 -
YUV 66.21 100.79 141.4 -
System Red Green Blue C M Y K H S L
Decimal 85 66 18 0 0.22 0.79 0.67 42.99 0.65 0.2
Hex 55 42 12 0 16 4F 43 2B 41 14
Octal 125 102 22 0 26 117 103 53 101 24
Binary 1010101 1000010 10010 0 10110 1001111 1000011 101011 1000001 10100

Color Harmonies of #554212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554212

Black with #554212

Text Example


Text Example

White with #554212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554212; }

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

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

background-color css

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

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

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

border-color css

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

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

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