Html Css Color HEX #554514 Bronze Olive

📋 copy color: '#554514'

red 85 ◦ green 69 ◦ blue 20

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

Shades of Bronze Olive #554514

Tints of Bronze Olive #554514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.66%

 BLUE value IS 20 (8.2% from 255) = 11.49%

R = 48.85%
G = 39.66%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#554514 (or 0x554514) is known color: Bronze Olive. HEX triplet: 55, 45 and 14. RGB value is (85,69,20). Sum of RGB (Red+Green+Blue) = 85+69+20=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #554514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554514 is #AABAEB. Grayscale: #444444. Windows color (decimal): -11188972 or 1328469. OLE color: 1328469.

HSL color Cylindrical-coordinate representation of color #554514: hue angle of 45.23º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #554514 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 69 20 -
CMYK 0 0.19 0.76 0.67
HSL 45.23º 0.62% 0.21% -
HSV(B) 45.23º 0.76% 0.33% -
XYZ 6 6.24 1.55 -
YUV 68.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 85 69 20 0 0.19 0.76 0.67 45.23 0.62 0.21
Hex 55 45 14 0 13 4C 43 2D 3E 15
Octal 125 105 24 0 23 114 103 55 76 25
Binary 1010101 1000101 10100 0 10011 1001100 1000011 101101 111110 10101

Color Harmonies of #554514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554514

Black with #554514

Text Example


Text Example

White with #554514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554514; }

 p { color: rgb(85,69,20); }

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

background-color css

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

 a { background-color: rgb(85,69,20); }

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

border-color css

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

 span { border-color: rgb(85,69,20); }

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