Html Css Color HEX #56413F Crater Brown

📋 copy color: '#56413F'

red 86 ◦ green 65 ◦ blue 63

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

Shades of Crater Brown #56413F

Tints of Crater Brown #56413F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.44%

R = 40.19%
G = 30.37%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#56413F (or 0x56413F) is known color: Crater Brown. HEX triplet: 56, 41 and 3F. RGB value is (86,65,63). Sum of RGB (Red+Green+Blue) = 86+65+63=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #56413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56413F is #A9BEC0. Grayscale: #474747. Windows color (decimal): -11124417 or 4145494. OLE color: 4145494.

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

Color convert

RGB 86 65 63 -
CMYK 0 0.24 0.27 0.66
HSL 5.22º 0.15% 0.29% -
HSV(B) 5.22º 0.27% 0.34% -
XYZ 6.63 6.12 5.53 -
YUV 71.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 86 65 63 0 0.24 0.27 0.66 5.22 0.15 0.29
Hex 56 41 3F 0 18 1B 42 5 F 1D
Octal 126 101 77 0 30 33 102 5 17 35
Binary 1010110 1000001 111111 0 11000 11011 1000010 101 1111 11101

Color Harmonies of #56413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56413F

Black with #56413F

Text Example


Text Example

White with #56413F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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