Html Css Color HEX #55440F Bronze Olive

📋 copy color: '#55440F'

red 85 ◦ green 68 ◦ blue 15

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

Shades of Bronze Olive #55440F

Tints of Bronze Olive #55440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.48%

 BLUE value IS 15 (6.25% from 255) = 8.93%

R = 50.6%
G = 40.48%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#55440F (or 0x55440F) is known color: Bronze Olive. HEX triplet: 55, 44 and 0F. RGB value is (85,68,15). Sum of RGB (Red+Green+Blue) = 85+68+15=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55440F is #AABBF0. Grayscale: #434343. Windows color (decimal): -11189233 or 1000533. OLE color: 1000533.

HSL color Cylindrical-coordinate representation of color #55440F: hue angle of 45.43º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55440F is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 68 15 -
CMYK 0 0.20 0.82 0.67
HSL 45.43º 0.7% 0.2% -
HSV(B) 45.43º 0.82% 0.33% -
XYZ 5.9 6.1 1.32 -
YUV 67.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 85 68 15 0 0.20 0.82 0.67 45.43 0.7 0.2
Hex 55 44 F 0 14 52 43 2D 46 14
Octal 125 104 17 0 24 122 103 55 106 24
Binary 1010101 1000100 1111 0 10100 1010010 1000011 101101 1000110 10100

Color Harmonies of #55440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55440F

Black with #55440F

Text Example


Text Example

White with #55440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55440F; }

 p { color: rgb(85,68,15); }

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

background-color css

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

 a { background-color: rgb(85,68,15); }

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

border-color css

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

 span { border-color: rgb(85,68,15); }

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