Html Css Color HEX #463E3D Crater Brown

📋 copy color: '#463E3D'

red 70 ◦ green 62 ◦ blue 61

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

Shades of Crater Brown #463E3D

Tints of Crater Brown #463E3D

RGB

 RED value IS 70 (27.73% from 255) = 36.27%

 GREEN value IS 62 (24.61% from 255) = 32.12%

 BLUE value IS 61 (24.22% from 255) = 31.61%

R = 36.27%
G = 32.12%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#463E3D (or 0x463E3D) is known color: Crater Brown. HEX triplet: 46, 3E and 3D. RGB value is (70,62,61). Sum of RGB (Red+Green+Blue) = 70+62+61=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 70 - color contains mainly: red. Hex color #463E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E3D is #B9C1C2. Grayscale: #404040. Windows color (decimal): -12173763 or 4013638. OLE color: 4013638.

HSL color Cylindrical-coordinate representation of color #463E3D: hue angle of 6.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #463E3D is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 62 61 -
CMYK 0 0.11 0.13 0.73
HSL 6.67º 0.07% 0.26% -
HSV(B) 6.67º 0.13% 0.27% -
XYZ 5.09 5.08 5.13 -
YUV 64.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 70 62 61 0 0.11 0.13 0.73 6.67 0.07 0.26
Hex 46 3E 3D 0 B D 49 7 7 1A
Octal 106 76 75 0 13 15 111 7 7 32
Binary 1000110 111110 111101 0 1011 1101 1001001 111 111 11010

Color Harmonies of #463E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E3D

Black with #463E3D

Text Example


Text Example

White with #463E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463E3D; }

 p { color: rgb(70,62,61); }

 H1.HeaderClassName
 {
   color: #463E3D;
 }
 .AnyTagClassName
 {
   color: #463E3D;
 }
</style>

background-color css

<style>
 a { background-color: #463E3D; }

 a { background-color: rgb(70,62,61); }

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

border-color css

<style>
 span { border-color: #463E3D; }

 span { border-color: rgb(70,62,61); }

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