Html Css Color HEX #423C26 Madras

📋 copy color: '#423C26'

red 66 ◦ green 60 ◦ blue 38

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

Shades of Madras #423C26

Tints of Madras #423C26

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.59%

 BLUE value IS 38 (15.23% from 255) = 23.17%

R = 40.24%
G = 36.59%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#423C26 (or 0x423C26) is known color: Madras. HEX triplet: 42, 3C and 26. RGB value is (66,60,38). Sum of RGB (Red+Green+Blue) = 66+60+38=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 66 - color contains mainly: red. Hex color #423C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C26 is #BDC3D9. Grayscale: #3B3B3B. Windows color (decimal): -12436442 or 2505794. OLE color: 2505794.

HSL color Cylindrical-coordinate representation of color #423C26: hue angle of 47.14º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #423C26 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 60 38 -
CMYK 0 0.09 0.42 0.74
HSL 47.14º 0.27% 0.2% -
HSV(B) 47.14º 0.42% 0.26% -
XYZ 4.21 4.53 2.49 -
YUV 59.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 66 60 38 0 0.09 0.42 0.74 47.14 0.27 0.2
Hex 42 3C 26 0 9 2A 4A 2F 1B 14
Octal 102 74 46 0 11 52 112 57 33 24
Binary 1000010 111100 100110 0 1001 101010 1001010 101111 11011 10100

Color Harmonies of #423C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C26

Black with #423C26

Text Example


Text Example

White with #423C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,60,38); }

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

background-color css

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

 a { background-color: rgb(66,60,38); }

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

border-color css

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

 span { border-color: rgb(66,60,38); }

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