Html Css Color HEX #554713 Bronze Olive

📋 copy color: '#554713'

red 85 ◦ green 71 ◦ blue 19

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

Shades of Bronze Olive #554713

Tints of Bronze Olive #554713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.57%

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

R = 48.57%
G = 40.57%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#554713 (or 0x554713) is known color: Bronze Olive. HEX triplet: 55, 47 and 13. RGB value is (85,71,19). Sum of RGB (Red+Green+Blue) = 85+71+19=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #554713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554713 is #AAB8EC. Grayscale: #454545. Windows color (decimal): -11188461 or 1263445. OLE color: 1263445.

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

Color convert

RGB 85 71 19 -
CMYK 0 0.16 0.78 0.67
HSL 47.27º 0.63% 0.2% -
HSV(B) 47.27º 0.78% 0.33% -
XYZ 6.12 6.48 1.55 -
YUV 69.26 99.64 139.23 -
System Red Green Blue C M Y K H S L
Decimal 85 71 19 0 0.16 0.78 0.67 47.27 0.63 0.2
Hex 55 47 13 0 10 4E 43 2F 3F 14
Octal 125 107 23 0 20 116 103 57 77 24
Binary 1010101 1000111 10011 0 10000 1001110 1000011 101111 111111 10100

Color Harmonies of #554713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554713

Black with #554713

Text Example


Text Example

White with #554713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554713; }

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

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

background-color css

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

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

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

border-color css

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

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

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