Html Css Color HEX #423D1D Madras

📋 copy color: '#423D1D'

red 66 ◦ green 61 ◦ blue 29

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

Shades of Madras #423D1D

Tints of Madras #423D1D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.1%

 BLUE value IS 29 (11.72% from 255) = 18.59%

R = 42.31%
G = 39.1%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#423D1D (or 0x423D1D) is known color: Madras. HEX triplet: 42, 3D and 1D. RGB value is (66,61,29). Sum of RGB (Red+Green+Blue) = 66+61+29=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #423D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D1D is #BDC2E2. Grayscale: #3A3A3A. Windows color (decimal): -12436195 or 1916226. OLE color: 1916226.

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

Color convert

RGB 66 61 29 -
CMYK 0 0.08 0.56 0.74
HSL 51.89º 0.39% 0.19% -
HSV(B) 51.89º 0.56% 0.26% -
XYZ 4.14 4.58 1.83 -
YUV 58.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 66 61 29 0 0.08 0.56 0.74 51.89 0.39 0.19
Hex 42 3D 1D 0 8 38 4A 34 27 13
Octal 102 75 35 0 10 70 112 64 47 23
Binary 1000010 111101 11101 0 1000 111000 1001010 110100 100111 10011

Color Harmonies of #423D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D1D

Black with #423D1D

Text Example


Text Example

White with #423D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #423D1D;
 }
 .AnyTagClassName
 {
   color: #423D1D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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