Html Css Color HEX #423D19 Madras

📋 copy color: '#423D19'

red 66 ◦ green 61 ◦ blue 25

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

Shades of Madras #423D19

Tints of Madras #423D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.45%

R = 43.42%
G = 40.13%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#423D19 (or 0x423D19) is known color: Madras. HEX triplet: 42, 3D and 19. RGB value is (66,61,25). Sum of RGB (Red+Green+Blue) = 66+61+25=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #423D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D19 is #BDC2E6. Grayscale: #3A3A3A. Windows color (decimal): -12436199 or 1654082. OLE color: 1654082.

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

Color convert

RGB 66 61 25 -
CMYK 0 0.08 0.62 0.74
HSL 52.68º 0.45% 0.18% -
HSV(B) 52.68º 0.62% 0.26% -
XYZ 4.09 4.57 1.59 -
YUV 58.39 109.16 133.43 -
System Red Green Blue C M Y K H S L
Decimal 66 61 25 0 0.08 0.62 0.74 52.68 0.45 0.18
Hex 42 3D 19 0 8 3E 4A 35 2D 12
Octal 102 75 31 0 10 76 112 65 55 22
Binary 1000010 111101 11001 0 1000 111110 1001010 110101 101101 10010

Color Harmonies of #423D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D19

Black with #423D19

Text Example


Text Example

White with #423D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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