Html Css Color HEX #43401E Madras

📋 copy color: '#43401E'

red 67 ◦ green 64 ◦ blue 30

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

Shades of Madras #43401E

Tints of Madras #43401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.63%

R = 41.61%
G = 39.75%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#43401E (or 0x43401E) is known color: Madras. HEX triplet: 43, 40 and 1E. RGB value is (67,64,30). Sum of RGB (Red+Green+Blue) = 67+64+30=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 67 - color contains mainly: red. Hex color #43401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43401E is #BCBFE1. Grayscale: #3D3D3D. Windows color (decimal): -12369890 or 1982531. OLE color: 1982531.

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

Color convert

RGB 67 64 30 -
CMYK 0 0.04 0.55 0.74
HSL 55.14º 0.38% 0.19% -
HSV(B) 55.14º 0.55% 0.26% -
XYZ 4.38 4.95 1.95 -
YUV 61.02 110.49 132.26 -
System Red Green Blue C M Y K H S L
Decimal 67 64 30 0 0.04 0.55 0.74 55.14 0.38 0.19
Hex 43 40 1E 0 4 37 4A 37 26 13
Octal 103 100 36 0 4 67 112 67 46 23
Binary 1000011 1000000 11110 0 100 110111 1001010 110111 100110 10011

Color Harmonies of #43401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43401E

Black with #43401E

Text Example


Text Example

White with #43401E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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