Html Css Color HEX #554812 Bronze Olive

📋 copy color: '#554812'

red 85 ◦ green 72 ◦ blue 18

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

Shades of Bronze Olive #554812

Tints of Bronze Olive #554812

RGB

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

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

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

R = 48.57%
G = 41.14%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#554812 (or 0x554812) is known color: Bronze Olive. HEX triplet: 55, 48 and 12. RGB value is (85,72,18). Sum of RGB (Red+Green+Blue) = 85+72+18=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #554812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554812 is #AAB7ED. Grayscale: #454545. Windows color (decimal): -11188206 or 1198165. OLE color: 1198165.

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

Color convert

RGB 85 72 18 -
CMYK 0 0.15 0.79 0.67
HSL 48.36º 0.65% 0.2% -
HSV(B) 48.36º 0.79% 0.33% -
XYZ 6.17 6.61 1.52 -
YUV 69.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 85 72 18 0 0.15 0.79 0.67 48.36 0.65 0.2
Hex 55 48 12 0 F 4F 43 30 41 14
Octal 125 110 22 0 17 117 103 60 101 24
Binary 1010101 1001000 10010 0 1111 1001111 1000011 110000 1000001 10100

Color Harmonies of #554812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554812

Black with #554812

Text Example


Text Example

White with #554812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554812; }

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

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

background-color css

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

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

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

border-color css

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

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

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