Html Css Color HEX #424110 Madras

📋 copy color: '#424110'

red 66 ◦ green 65 ◦ blue 16

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

Shades of Madras #424110

Tints of Madras #424110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.88%

R = 44.9%
G = 44.22%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#424110 (or 0x424110) is known color: Madras. HEX triplet: 42, 41 and 10. RGB value is (66,65,16). Sum of RGB (Red+Green+Blue) = 66+65+16=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #424110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424110 is #BDBEEF. Grayscale: #3B3B3B. Windows color (decimal): -12435184 or 1065282. OLE color: 1065282.

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

Color convert

RGB 66 65 16 -
CMYK 0 0.02 0.76 0.74
HSL 58.8º 0.61% 0.16% -
HSV(B) 58.8º 0.76% 0.26% -
XYZ 4.23 4.98 1.23 -
YUV 59.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 66 65 16 0 0.02 0.76 0.74 58.8 0.61 0.16
Hex 42 41 10 0 2 4C 4A 3B 3D 10
Octal 102 101 20 0 2 114 112 73 75 20
Binary 1000010 1000001 10000 0 10 1001100 1001010 111011 111101 10000

Color Harmonies of #424110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424110

Black with #424110

Text Example


Text Example

White with #424110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424110; }

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

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

background-color css

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

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

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

border-color css

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

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

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