Html Css Color HEX #424115 Madras

📋 copy color: '#424115'

red 66 ◦ green 65 ◦ blue 21

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

Shades of Madras #424115

Tints of Madras #424115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.76%

 BLUE value IS 21 (8.59% from 255) = 13.82%

R = 43.42%
G = 42.76%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#424115 (or 0x424115) is known color: Madras. HEX triplet: 42, 41 and 15. RGB value is (66,65,21). Sum of RGB (Red+Green+Blue) = 66+65+21=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #424115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424115 is #BDBEEA. Grayscale: #3C3C3C. Windows color (decimal): -12435179 or 1392962. OLE color: 1392962.

HSL color Cylindrical-coordinate representation of color #424115: hue angle of 58.67º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #424115 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 65 21 -
CMYK 0 0.02 0.68 0.74
HSL 58.67º 0.52% 0.17% -
HSV(B) 58.67º 0.68% 0.26% -
XYZ 4.27 4.99 1.45 -
YUV 60.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 66 65 21 0 0.02 0.68 0.74 58.67 0.52 0.17
Hex 42 41 15 0 2 44 4A 3B 34 11
Octal 102 101 25 0 2 104 112 73 64 21
Binary 1000010 1000001 10101 0 10 1000100 1001010 111011 110100 10001

Color Harmonies of #424115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424115

Black with #424115

Text Example


Text Example

White with #424115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424115; }

 p { color: rgb(66,65,21); }

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

background-color css

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

 a { background-color: rgb(66,65,21); }

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

border-color css

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

 span { border-color: rgb(66,65,21); }

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