Html Css Color HEX #55450D Bronze Olive

📋 copy color: '#55450D'

red 85 ◦ green 69 ◦ blue 13

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

Shades of Bronze Olive #55450D

Tints of Bronze Olive #55450D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.78%

R = 50.9%
G = 41.32%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#55450D (or 0x55450D) is known color: Bronze Olive. HEX triplet: 55, 45 and 0D. RGB value is (85,69,13). Sum of RGB (Red+Green+Blue) = 85+69+13=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55450D is #AABAF2. Grayscale: #434343. Windows color (decimal): -11188979 or 869717. OLE color: 869717.

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

Color convert

RGB 85 69 13 -
CMYK 0 0.19 0.85 0.67
HSL 46.67º 0.73% 0.19% -
HSV(B) 46.67º 0.85% 0.33% -
XYZ 5.95 6.22 1.27 -
YUV 67.4 97.3 140.55 -
System Red Green Blue C M Y K H S L
Decimal 85 69 13 0 0.19 0.85 0.67 46.67 0.73 0.19
Hex 55 45 D 0 13 55 43 2F 49 13
Octal 125 105 15 0 23 125 103 57 111 23
Binary 1010101 1000101 1101 0 10011 1010101 1000011 101111 1001001 10011

Color Harmonies of #55450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55450D

Black with #55450D

Text Example


Text Example

White with #55450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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