Html Css Color HEX #56411F Deep Bronze

📋 copy color: '#56411F'

red 86 ◦ green 65 ◦ blue 31

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

Shades of Deep Bronze #56411F

Tints of Deep Bronze #56411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.71%

 BLUE value IS 31 (12.5% from 255) = 17.03%

R = 47.25%
G = 35.71%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#56411F (or 0x56411F) is known color: Deep Bronze. HEX triplet: 56, 41 and 1F. RGB value is (86,65,31). Sum of RGB (Red+Green+Blue) = 86+65+31=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #56411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56411F is #A9BEE0. Grayscale: #434343. Windows color (decimal): -11124449 or 2048342. OLE color: 2048342.

HSL color Cylindrical-coordinate representation of color #56411F: hue angle of 37.09º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56411F is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 65 31 -
CMYK 0 0.24 0.64 0.66
HSL 37.09º 0.47% 0.23% -
HSV(B) 37.09º 0.64% 0.34% -
XYZ 5.98 5.86 2.11 -
YUV 67.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 86 65 31 0 0.24 0.64 0.66 37.09 0.47 0.23
Hex 56 41 1F 0 18 40 42 25 2F 17
Octal 126 101 37 0 30 100 102 45 57 27
Binary 1010110 1000001 11111 0 11000 1000000 1000010 100101 101111 10111

Color Harmonies of #56411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56411F

Black with #56411F

Text Example


Text Example

White with #56411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,65,31); }

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

background-color css

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

 a { background-color: rgb(86,65,31); }

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

border-color css

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

 span { border-color: rgb(86,65,31); }

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