Html Css Color HEX #423A13 Madras

📋 copy color: '#423A13'

red 66 ◦ green 58 ◦ blue 19

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

Shades of Madras #423A13

Tints of Madras #423A13

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.56%

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

R = 46.15%
G = 40.56%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#423A13 (or 0x423A13) is known color: Madras. HEX triplet: 42, 3A and 13. RGB value is (66,58,19). Sum of RGB (Red+Green+Blue) = 66+58+19=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #423A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A13 is #BDC5EC. Grayscale: #383838. Windows color (decimal): -12436973 or 1260098. OLE color: 1260098.

HSL color Cylindrical-coordinate representation of color #423A13: hue angle of 49.79º 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 #423A13 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 58 19 -
CMYK 0 0.12 0.71 0.74
HSL 49.79º 0.55% 0.17% -
HSV(B) 49.79º 0.71% 0.26% -
XYZ 3.88 4.23 1.23 -
YUV 55.95 107.15 135.17 -
System Red Green Blue C M Y K H S L
Decimal 66 58 19 0 0.12 0.71 0.74 49.79 0.55 0.17
Hex 42 3A 13 0 C 47 4A 32 37 11
Octal 102 72 23 0 14 107 112 62 67 21
Binary 1000010 111010 10011 0 1100 1000111 1001010 110010 110111 10001

Color Harmonies of #423A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A13

Black with #423A13

Text Example


Text Example

White with #423A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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