Html Css Color HEX #423A18 Madras

📋 copy color: '#423A18'

red 66 ◦ green 58 ◦ blue 24

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

Shades of Madras #423A18

Tints of Madras #423A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.22%

R = 44.59%
G = 39.19%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#423A18 (or 0x423A18) is known color: Madras. HEX triplet: 42, 3A and 18. RGB value is (66,58,24). Sum of RGB (Red+Green+Blue) = 66+58+24=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #423A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A18 is #BDC5E7. Grayscale: #383838. Windows color (decimal): -12436968 or 1587778. OLE color: 1587778.

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

Color convert

RGB 66 58 24 -
CMYK 0 0.12 0.64 0.74
HSL 48.57º 0.47% 0.18% -
HSV(B) 48.57º 0.64% 0.26% -
XYZ 3.92 4.25 1.48 -
YUV 56.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 66 58 24 0 0.12 0.64 0.74 48.57 0.47 0.18
Hex 42 3A 18 0 C 40 4A 31 2F 12
Octal 102 72 30 0 14 100 112 61 57 22
Binary 1000010 111010 11000 0 1100 1000000 1001010 110001 101111 10010

Color Harmonies of #423A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A18

Black with #423A18

Text Example


Text Example

White with #423A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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