#423E3D

Color #423E3D Crater Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crater Brown #423E3D

Tints of Crater Brown #423E3D

Color information

#423E3D (or 0x423E3D) is unknown color: approx Crater Brown. HEX triplet: 42, 3E and 3D. RGB value is (66,62,61). Sum of RGB (Red+Green+Blue) = 66+62+61=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 66 - color contains mainly: red. Hex color #423E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E3D is #BDC1C2. Grayscale: #3F3F3F. Windows color (decimal): -12435907 or 4013634. OLE color: 4013634.

HSL color Cylindrical-coordinate representation of color #423E3D: hue angle of 12º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #423E3D is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB666261-
CMYK00.060.080.74
HSL12º3.94%24.9%-
HSV(B)12º7.58%25.88%-
XYZ4.814.945.11-
YUV63.08126.83130.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 62 (24.61% from 255) = 32.80%
BLUE value IS 61 (24.22% from 255) = 32.28%
R=34.92%
G=32.80%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66626100.060.080.74123.9424.9
Hex423E3D0684Ac419
Octal1027675061011214431
Binary1000010111110111101011010001001010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #423E3D;
 }
 .AnyTagClassName
 {
   color: #423E3D;
 }
</style>
background-color css

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

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

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

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

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

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