Html Css Color HEX #43401C Madras

📋 copy color: '#43401C'

red 67 ◦ green 64 ◦ blue 28

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

Shades of Madras #43401C

Tints of Madras #43401C

RGB

 RED value IS 67 (26.56% from 255) = 42.14%

 GREEN value IS 64 (25.39% from 255) = 40.25%

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 42.14%
G = 40.25%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#43401C (or 0x43401C) is known color: Madras. HEX triplet: 43, 40 and 1C. RGB value is (67,64,28). Sum of RGB (Red+Green+Blue) = 67+64+28=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 67 - color contains mainly: red. Hex color #43401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43401C is #BCBFE3. Grayscale: #3C3C3C. Windows color (decimal): -12369892 or 1851459. OLE color: 1851459.

HSL color Cylindrical-coordinate representation of color #43401C: hue angle of 55.38º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43401C is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 64 28 -
CMYK 0 0.04 0.58 0.74
HSL 55.38º 0.41% 0.19% -
HSV(B) 55.38º 0.58% 0.26% -
XYZ 4.36 4.94 1.82 -
YUV 60.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 67 64 28 0 0.04 0.58 0.74 55.38 0.41 0.19
Hex 43 40 1C 0 4 3A 4A 37 29 13
Octal 103 100 34 0 4 72 112 67 51 23
Binary 1000011 1000000 11100 0 100 111010 1001010 110111 101001 10011

Color Harmonies of #43401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43401C

Black with #43401C

Text Example


Text Example

White with #43401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43401C; }

 p { color: rgb(67,64,28); }

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

background-color css

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

 a { background-color: rgb(67,64,28); }

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

border-color css

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

 span { border-color: rgb(67,64,28); }

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