Html Css Color HEX #554513 Bronze Olive

📋 copy color: '#554513'

red 85 ◦ green 69 ◦ blue 19

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

Shades of Bronze Olive #554513

Tints of Bronze Olive #554513

RGB

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

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

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

R = 49.13%
G = 39.88%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#554513 (or 0x554513) is known color: Bronze Olive. HEX triplet: 55, 45 and 13. RGB value is (85,69,19). Sum of RGB (Red+Green+Blue) = 85+69+19=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #554513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554513 is #AABAEC. Grayscale: #444444. Windows color (decimal): -11188973 or 1262933. OLE color: 1262933.

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

Color convert

RGB 85 69 19 -
CMYK 0 0.19 0.78 0.67
HSL 45.45º 0.63% 0.2% -
HSV(B) 45.45º 0.78% 0.33% -
XYZ 5.99 6.23 1.5 -
YUV 68.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 85 69 19 0 0.19 0.78 0.67 45.45 0.63 0.2
Hex 55 45 13 0 13 4E 43 2D 3F 14
Octal 125 105 23 0 23 116 103 55 77 24
Binary 1010101 1000101 10011 0 10011 1001110 1000011 101101 111111 10100

Color Harmonies of #554513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554513

Black with #554513

Text Example


Text Example

White with #554513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554513; }

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

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

background-color css

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

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

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

border-color css

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

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

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