Html Css Color HEX #423A19 Madras

📋 copy color: '#423A19'

red 66 ◦ green 58 ◦ blue 25

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

Shades of Madras #423A19

Tints of Madras #423A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.78%

R = 44.3%
G = 38.93%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#423A19 (or 0x423A19) is known color: Madras. HEX triplet: 42, 3A and 19. RGB value is (66,58,25). Sum of RGB (Red+Green+Blue) = 66+58+25=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #423A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A19 is #BDC5E6. Grayscale: #383838. Windows color (decimal): -12436967 or 1653314. OLE color: 1653314.

HSL color Cylindrical-coordinate representation of color #423A19: hue angle of 48.29º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423A19 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 58 25 -
CMYK 0 0.12 0.62 0.74
HSL 48.29º 0.45% 0.18% -
HSV(B) 48.29º 0.62% 0.26% -
XYZ 3.94 4.25 1.53 -
YUV 56.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 66 58 25 0 0.12 0.62 0.74 48.29 0.45 0.18
Hex 42 3A 19 0 C 3E 4A 30 2D 12
Octal 102 72 31 0 14 76 112 60 55 22
Binary 1000010 111010 11001 0 1100 111110 1001010 110000 101101 10010

Color Harmonies of #423A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A19

Black with #423A19

Text Example


Text Example

White with #423A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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