Html Css Color HEX #56423F Crater Brown

📋 copy color: '#56423F'

red 86 ◦ green 66 ◦ blue 63

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

Shades of Crater Brown #56423F

Tints of Crater Brown #56423F

RGB

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

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

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

R = 40%
G = 30.7%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#56423F (or 0x56423F) is known color: Crater Brown. HEX triplet: 56, 42 and 3F. RGB value is (86,66,63). Sum of RGB (Red+Green+Blue) = 86+66+63=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #56423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56423F is #A9BDC0. Grayscale: #474747. Windows color (decimal): -11124161 or 4145750. OLE color: 4145750.

HSL color Cylindrical-coordinate representation of color #56423F: hue angle of 7.83º 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 #56423F is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 66 63 -
CMYK 0 0.23 0.27 0.66
HSL 7.83º 0.15% 0.29% -
HSV(B) 7.83º 0.27% 0.34% -
XYZ 6.68 6.23 5.55 -
YUV 71.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 86 66 63 0 0.23 0.27 0.66 7.83 0.15 0.29
Hex 56 42 3F 0 17 1B 42 8 F 1D
Octal 126 102 77 0 27 33 102 10 17 35
Binary 1010110 1000010 111111 0 10111 11011 1000010 1000 1111 11101

Color Harmonies of #56423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56423F

Black with #56423F

Text Example


Text Example

White with #56423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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