Html Css Color HEX #423F12 Madras

📋 copy color: '#423F12'

red 66 ◦ green 63 ◦ blue 18

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

Shades of Madras #423F12

Tints of Madras #423F12

RGB

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

 GREEN value IS 63 (25% from 255) = 42.86%

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

R = 44.9%
G = 42.86%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#423F12 (or 0x423F12) is known color: Madras. HEX triplet: 42, 3F and 12. RGB value is (66,63,18). Sum of RGB (Red+Green+Blue) = 66+63+18=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #423F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423F12 is #BDC0ED. Grayscale: #3A3A3A. Windows color (decimal): -12435694 or 1195842. OLE color: 1195842.

HSL color Cylindrical-coordinate representation of color #423F12: hue angle of 56.25º 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 #423F12 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 63 18 -
CMYK 0 0.05 0.73 0.74
HSL 56.25º 0.57% 0.16% -
HSV(B) 56.25º 0.73% 0.26% -
XYZ 4.13 4.76 1.27 -
YUV 58.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 66 63 18 0 0.05 0.73 0.74 56.25 0.57 0.16
Hex 42 3F 12 0 5 49 4A 38 39 10
Octal 102 77 22 0 5 111 112 70 71 20
Binary 1000010 111111 10010 0 101 1001001 1001010 111000 111001 10000

Color Harmonies of #423F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F12

Black with #423F12

Text Example


Text Example

White with #423F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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