Html Css Color HEX #43401B Madras

📋 copy color: '#43401B'

red 67 ◦ green 64 ◦ blue 27

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

Shades of Madras #43401B

Tints of Madras #43401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.09%

R = 42.41%
G = 40.51%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.74

RGB Variations

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

Color information

#43401B (or 0x43401B) is known color: Madras. HEX triplet: 43, 40 and 1B. RGB value is (67,64,27). Sum of RGB (Red+Green+Blue) = 67+64+27=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 67 - color contains mainly: red. Hex color #43401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43401B is #BCBFE4. Grayscale: #3C3C3C. Windows color (decimal): -12369893 or 1785923. OLE color: 1785923.

HSL color Cylindrical-coordinate representation of color #43401B: hue angle of 55.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43401B is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 64 27 -
CMYK 0 0.04 0.60 0.74
HSL 55.5º 0.43% 0.18% -
HSV(B) 55.5º 0.6% 0.26% -
XYZ 4.35 4.94 1.76 -
YUV 60.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 67 64 27 0 0.04 0.60 0.74 55.5 0.43 0.18
Hex 43 40 1B 0 4 3C 4A 38 2B 12
Octal 103 100 33 0 4 74 112 70 53 22
Binary 1000011 1000000 11011 0 100 111100 1001010 111000 101011 10010

Color Harmonies of #43401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43401B

Black with #43401B

Text Example


Text Example

White with #43401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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