Html Css Color HEX #423912 Madras

📋 copy color: '#423912'

red 66 ◦ green 57 ◦ blue 18

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

Shades of Madras #423912

Tints of Madras #423912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.43%

 BLUE value IS 18 (7.42% from 255) = 12.77%

R = 46.81%
G = 40.43%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#423912 (or 0x423912) is known color: Madras. HEX triplet: 42, 39 and 12. RGB value is (66,57,18). Sum of RGB (Red+Green+Blue) = 66+57+18=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #423912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423912 is #BDC6ED. Grayscale: #373737. Windows color (decimal): -12437230 or 1194306. OLE color: 1194306.

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

Color convert

RGB 66 57 18 -
CMYK 0 0.14 0.73 0.74
HSL 48.75º 0.57% 0.16% -
HSV(B) 48.75º 0.73% 0.26% -
XYZ 3.82 4.13 1.17 -
YUV 55.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 66 57 18 0 0.14 0.73 0.74 48.75 0.57 0.16
Hex 42 39 12 0 E 49 4A 31 39 10
Octal 102 71 22 0 16 111 112 61 71 20
Binary 1000010 111001 10010 0 1110 1001001 1001010 110001 111001 10000

Color Harmonies of #423912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423912

Black with #423912

Text Example


Text Example

White with #423912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423912; }

 p { color: rgb(66,57,18); }

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

background-color css

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

 a { background-color: rgb(66,57,18); }

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

border-color css

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

 span { border-color: rgb(66,57,18); }

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