Html Css Color HEX #56420B Bronze Olive

📋 copy color: '#56420B'

red 86 ◦ green 66 ◦ blue 11

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

Shades of Bronze Olive #56420B

Tints of Bronze Olive #56420B

RGB

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

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

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

R = 52.76%
G = 40.49%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#56420B (or 0x56420B) is known color: Bronze Olive. HEX triplet: 56, 42 and 0B. RGB value is (86,66,11). Sum of RGB (Red+Green+Blue) = 86+66+11=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #56420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56420B is #A9BDF4. Grayscale: #414141. Windows color (decimal): -11124213 or 737878. OLE color: 737878.

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

Color convert

RGB 86 66 11 -
CMYK 0 0.23 0.87 0.66
HSL 44º 0.77% 0.19% -
HSV(B) 44º 0.87% 0.34% -
XYZ 5.85 5.9 1.15 -
YUV 65.71 97.13 142.47 -
System Red Green Blue C M Y K H S L
Decimal 86 66 11 0 0.23 0.87 0.66 44 0.77 0.19
Hex 56 42 B 0 17 57 42 2C 4D 13
Octal 126 102 13 0 27 127 102 54 115 23
Binary 1010110 1000010 1011 0 10111 1010111 1000010 101100 1001101 10011

Color Harmonies of #56420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56420B

Black with #56420B

Text Example


Text Example

White with #56420B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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