Html Css Color HEX #423914 Madras

📋 copy color: '#423914'

red 66 ◦ green 57 ◦ blue 20

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

Shades of Madras #423914

Tints of Madras #423914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.86%

 BLUE value IS 20 (8.2% from 255) = 13.99%

R = 46.15%
G = 39.86%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#423914 (or 0x423914) is known color: Madras. HEX triplet: 42, 39 and 14. RGB value is (66,57,20). Sum of RGB (Red+Green+Blue) = 66+57+20=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #423914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423914 is #BDC6EB. Grayscale: #373737. Windows color (decimal): -12437228 or 1325378. OLE color: 1325378.

HSL color Cylindrical-coordinate representation of color #423914: hue angle of 48.26º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #423914 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 57 20 -
CMYK 0 0.14 0.70 0.74
HSL 48.26º 0.53% 0.17% -
HSV(B) 48.26º 0.7% 0.26% -
XYZ 3.84 4.14 1.26 -
YUV 55.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 66 57 20 0 0.14 0.70 0.74 48.26 0.53 0.17
Hex 42 39 14 0 E 46 4A 30 35 11
Octal 102 71 24 0 16 106 112 60 65 21
Binary 1000010 111001 10100 0 1110 1000110 1001010 110000 110101 10001

Color Harmonies of #423914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423914

Black with #423914

Text Example


Text Example

White with #423914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423914; }

 p { color: rgb(66,57,20); }

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

background-color css

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

 a { background-color: rgb(66,57,20); }

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

border-color css

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

 span { border-color: rgb(66,57,20); }

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