Html Css Color HEX #56420D Bronze Olive

📋 copy color: '#56420D'

red 86 ◦ green 66 ◦ blue 13

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

Shades of Bronze Olive #56420D

Tints of Bronze Olive #56420D

RGB

 RED value IS 86 (33.98% from 255) = 52.12%

 GREEN value IS 66 (26.17% from 255) = 40%

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

R = 52.12%
G = 40%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#56420D (or 0x56420D) is known color: Bronze Olive. HEX triplet: 56, 42 and 0D. RGB value is (86,66,13). Sum of RGB (Red+Green+Blue) = 86+66+13=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #56420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56420D is #A9BDF2. Grayscale: #424242. Windows color (decimal): -11124211 or 868950. OLE color: 868950.

HSL color Cylindrical-coordinate representation of color #56420D: hue angle of 43.56º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56420D is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 66 13 -
CMYK 0 0.23 0.85 0.66
HSL 43.56º 0.74% 0.19% -
HSV(B) 43.56º 0.85% 0.34% -
XYZ 5.86 5.9 1.21 -
YUV 65.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 86 66 13 0 0.23 0.85 0.66 43.56 0.74 0.19
Hex 56 42 D 0 17 55 42 2C 4A 13
Octal 126 102 15 0 27 125 102 54 112 23
Binary 1010110 1000010 1101 0 10111 1010101 1000010 101100 1001010 10011

Color Harmonies of #56420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56420D

Black with #56420D

Text Example


Text Example

White with #56420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,66,13); }

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

background-color css

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

 a { background-color: rgb(86,66,13); }

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

border-color css

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

 span { border-color: rgb(86,66,13); }

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