Html Css Color HEX #43400B Madras

📋 copy color: '#43400B'

red 67 ◦ green 64 ◦ blue 11

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

Shades of Madras #43400B

Tints of Madras #43400B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.75%

R = 47.18%
G = 45.07%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.74

RGB Variations

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

Color information

#43400B (or 0x43400B) is known color: Madras. HEX triplet: 43, 40 and 0B. RGB value is (67,64,11). Sum of RGB (Red+Green+Blue) = 67+64+11=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 67 - color contains mainly: red. Hex color #43400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43400B is #BCBFF4. Grayscale: #3B3B3B. Windows color (decimal): -12369909 or 737347. OLE color: 737347.

HSL color Cylindrical-coordinate representation of color #43400B: hue angle of 56.79º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43400B is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 64 11 -
CMYK 0 0.04 0.84 0.74
HSL 56.79º 0.72% 0.15% -
HSV(B) 56.79º 0.84% 0.26% -
XYZ 4.21 4.88 1.04 -
YUV 58.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 67 64 11 0 0.04 0.84 0.74 56.79 0.72 0.15
Hex 43 40 B 0 4 54 4A 39 48 F
Octal 103 100 13 0 4 124 112 71 110 17
Binary 1000011 1000000 1011 0 100 1010100 1001010 111001 1001000 1111

Color Harmonies of #43400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43400B

Black with #43400B

Text Example


Text Example

White with #43400B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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