Html Css Color HEX #423A1A Madras

📋 copy color: '#423A1A'

red 66 ◦ green 58 ◦ blue 26

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

Shades of Madras #423A1A

Tints of Madras #423A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.33%

R = 44%
G = 38.67%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#423A1A (or 0x423A1A) is known color: Madras. HEX triplet: 42, 3A and 1A. RGB value is (66,58,26). Sum of RGB (Red+Green+Blue) = 66+58+26=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #423A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A1A is #BDC5E5. Grayscale: #383838. Windows color (decimal): -12436966 or 1718850. OLE color: 1718850.

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

Color convert

RGB 66 58 26 -
CMYK 0 0.12 0.61 0.74
HSL 48º 0.43% 0.18% -
HSV(B) 48º 0.61% 0.26% -
XYZ 3.95 4.26 1.59 -
YUV 56.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 66 58 26 0 0.12 0.61 0.74 48 0.43 0.18
Hex 42 3A 1A 0 C 3D 4A 30 2B 12
Octal 102 72 32 0 14 75 112 60 53 22
Binary 1000010 111010 11010 0 1100 111101 1001010 110000 101011 10010

Color Harmonies of #423A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A1A

Black with #423A1A

Text Example


Text Example

White with #423A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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