Html Css Color HEX #423D18 Madras

📋 copy color: '#423D18'

red 66 ◦ green 61 ◦ blue 24

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

Shades of Madras #423D18

Tints of Madras #423D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.89%

R = 43.71%
G = 40.4%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#423D18 (or 0x423D18) is known color: Madras. HEX triplet: 42, 3D and 18. RGB value is (66,61,24). Sum of RGB (Red+Green+Blue) = 66+61+24=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #423D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D18 is #BDC2E7. Grayscale: #3A3A3A. Windows color (decimal): -12436200 or 1588546. OLE color: 1588546.

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

Color convert

RGB 66 61 24 -
CMYK 0 0.08 0.64 0.74
HSL 52.86º 0.47% 0.18% -
HSV(B) 52.86º 0.64% 0.26% -
XYZ 4.08 4.56 1.53 -
YUV 58.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 66 61 24 0 0.08 0.64 0.74 52.86 0.47 0.18
Hex 42 3D 18 0 8 40 4A 35 2F 12
Octal 102 75 30 0 10 100 112 65 57 22
Binary 1000010 111101 11000 0 1000 1000000 1001010 110101 101111 10010

Color Harmonies of #423D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D18

Black with #423D18

Text Example


Text Example

White with #423D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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