Html Css Color HEX #55450B Bronze Olive

📋 copy color: '#55450B'

red 85 ◦ green 69 ◦ blue 11

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

Shades of Bronze Olive #55450B

Tints of Bronze Olive #55450B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.67%

R = 51.52%
G = 41.82%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#55450B (or 0x55450B) is known color: Bronze Olive. HEX triplet: 55, 45 and 0B. RGB value is (85,69,11). Sum of RGB (Red+Green+Blue) = 85+69+11=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55450B is #AABAF4. Grayscale: #434343. Windows color (decimal): -11188981 or 738645. OLE color: 738645.

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

Color convert

RGB 85 69 11 -
CMYK 0 0.19 0.87 0.67
HSL 47.03º 0.77% 0.19% -
HSV(B) 47.03º 0.87% 0.33% -
XYZ 5.93 6.21 1.2 -
YUV 67.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 85 69 11 0 0.19 0.87 0.67 47.03 0.77 0.19
Hex 55 45 B 0 13 57 43 2F 4D 13
Octal 125 105 13 0 23 127 103 57 115 23
Binary 1010101 1000101 1011 0 10011 1010111 1000011 101111 1001101 10011

Color Harmonies of #55450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55450B

Black with #55450B

Text Example


Text Example

White with #55450B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55450B; }

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

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

background-color css

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

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

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

border-color css

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

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

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