Html Css Color HEX #423810 Madras

📋 copy color: '#423810'

red 66 ◦ green 56 ◦ blue 16

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

Shades of Madras #423810

Tints of Madras #423810

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.58%

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

R = 47.83%
G = 40.58%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#423810 (or 0x423810) is known color: Madras. HEX triplet: 42, 38 and 10. RGB value is (66,56,16). Sum of RGB (Red+Green+Blue) = 66+56+16=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #423810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423810 is #BDC7EF. Grayscale: #363636. Windows color (decimal): -12437488 or 1062978. OLE color: 1062978.

HSL color Cylindrical-coordinate representation of color #423810: hue angle of 48º 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 #423810 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 56 16 -
CMYK 0 0.15 0.76 0.74
HSL 48º 0.61% 0.16% -
HSV(B) 48º 0.76% 0.26% -
XYZ 3.75 4.02 1.07 -
YUV 54.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 66 56 16 0 0.15 0.76 0.74 48 0.61 0.16
Hex 42 38 10 0 F 4C 4A 30 3D 10
Octal 102 70 20 0 17 114 112 60 75 20
Binary 1000010 111000 10000 0 1111 1001100 1001010 110000 111101 10000

Color Harmonies of #423810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423810

Black with #423810

Text Example


Text Example

White with #423810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423810; }

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

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

background-color css

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

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

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

border-color css

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

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

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