Html Css Color HEX #423D13 Madras

📋 copy color: '#423D13'

red 66 ◦ green 61 ◦ blue 19

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

Shades of Madras #423D13

Tints of Madras #423D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.01%

R = 45.21%
G = 41.78%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#423D13 (or 0x423D13) is known color: Madras. HEX triplet: 42, 3D and 13. RGB value is (66,61,19). Sum of RGB (Red+Green+Blue) = 66+61+19=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #423D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D13 is #BDC2EC. Grayscale: #393939. Windows color (decimal): -12436205 or 1260866. OLE color: 1260866.

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

Color convert

RGB 66 61 19 -
CMYK 0 0.08 0.71 0.74
HSL 53.62º 0.55% 0.17% -
HSV(B) 53.62º 0.71% 0.26% -
XYZ 4.03 4.54 1.28 -
YUV 57.71 106.16 133.92 -
System Red Green Blue C M Y K H S L
Decimal 66 61 19 0 0.08 0.71 0.74 53.62 0.55 0.17
Hex 42 3D 13 0 8 47 4A 36 37 11
Octal 102 75 23 0 10 107 112 66 67 21
Binary 1000010 111101 10011 0 1000 1000111 1001010 110110 110111 10001

Color Harmonies of #423D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D13

Black with #423D13

Text Example


Text Example

White with #423D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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