Html Css Color HEX #423F13 Madras

📋 copy color: '#423F13'

red 66 ◦ green 63 ◦ blue 19

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

Shades of Madras #423F13

Tints of Madras #423F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.84%

R = 44.59%
G = 42.57%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#423F13 (or 0x423F13) is known color: Madras. HEX triplet: 42, 3F and 13. RGB value is (66,63,19). Sum of RGB (Red+Green+Blue) = 66+63+19=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #423F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423F13 is #BDC0EC. Grayscale: #3B3B3B. Windows color (decimal): -12435693 or 1261378. OLE color: 1261378.

HSL color Cylindrical-coordinate representation of color #423F13: hue angle of 56.17º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #423F13 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 63 19 -
CMYK 0 0.05 0.71 0.74
HSL 56.17º 0.55% 0.17% -
HSV(B) 56.17º 0.71% 0.26% -
XYZ 4.14 4.76 1.32 -
YUV 58.88 105.49 133.08 -
System Red Green Blue C M Y K H S L
Decimal 66 63 19 0 0.05 0.71 0.74 56.17 0.55 0.17
Hex 42 3F 13 0 5 47 4A 38 37 11
Octal 102 77 23 0 5 107 112 70 67 21
Binary 1000010 111111 10011 0 101 1000111 1001010 111000 110111 10001

Color Harmonies of #423F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F13

Black with #423F13

Text Example


Text Example

White with #423F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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