Html Css Color HEX #423E3D Crater Brown

📋 copy color: '#423E3D'

red 66 ◦ green 62 ◦ blue 61

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

Shades of Crater Brown #423E3D

Tints of Crater Brown #423E3D

RGB

 RED value IS 66 (26.17% from 255) = 34.92%

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

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

R = 34.92%
G = 32.8%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#423E3D (or 0x423E3D) is known color: 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

RGB 66 62 61 -
CMYK 0 0.06 0.08 0.74
HSL 12º 0.04% 0.25% -
HSV(B) 12º 0.08% 0.26% -
XYZ 4.81 4.94 5.11 -
YUV 63.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 66 62 61 0 0.06 0.08 0.74 12 0.04 0.25
Hex 42 3E 3D 0 6 8 4A C 4 19
Octal 102 76 75 0 6 10 112 14 4 31
Binary 1000010 111110 111101 0 110 1000 1001010 1100 100 11001

Color Harmonies of #423E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423E3D

Black with #423E3D

Text Example


Text Example

White with #423E3D

Text Example


Text Example

HTML Codes & Css Web 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>