Html Css Color HEX #423B1E Madras

📋 copy color: '#423B1E'

red 66 ◦ green 59 ◦ blue 30

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

Shades of Madras #423B1E

Tints of Madras #423B1E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 38.06%

 BLUE value IS 30 (12.11% from 255) = 19.35%

R = 42.58%
G = 38.06%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#423B1E (or 0x423B1E) is known color: Madras. HEX triplet: 42, 3B and 1E. RGB value is (66,59,30). Sum of RGB (Red+Green+Blue) = 66+59+30=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #423B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B1E is #BDC4E1. Grayscale: #393939. Windows color (decimal): -12436706 or 1981250. OLE color: 1981250.

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

Color convert

RGB 66 59 30 -
CMYK 0 0.11 0.55 0.74
HSL 48.33º 0.38% 0.19% -
HSV(B) 48.33º 0.55% 0.26% -
XYZ 4.05 4.38 1.86 -
YUV 57.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 66 59 30 0 0.11 0.55 0.74 48.33 0.38 0.19
Hex 42 3B 1E 0 B 37 4A 30 26 13
Octal 102 73 36 0 13 67 112 60 46 23
Binary 1000010 111011 11110 0 1011 110111 1001010 110000 100110 10011

Color Harmonies of #423B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423B1E

Black with #423B1E

Text Example


Text Example

White with #423B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,59,30); }

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

background-color css

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

 a { background-color: rgb(66,59,30); }

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

border-color css

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

 span { border-color: rgb(66,59,30); }

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