Html Css Color HEX #43400C Madras

📋 copy color: '#43400C'

red 67 ◦ green 64 ◦ blue 12

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

Shades of Madras #43400C

Tints of Madras #43400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.39%

R = 46.85%
G = 44.76%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#43400C (or 0x43400C) is known color: Madras. HEX triplet: 43, 40 and 0C. RGB value is (67,64,12). Sum of RGB (Red+Green+Blue) = 67+64+12=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 67 - color contains mainly: red. Hex color #43400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43400C is #BCBFF3. Grayscale: #3B3B3B. Windows color (decimal): -12369908 or 802883. OLE color: 802883.

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

Color convert

RGB 67 64 12 -
CMYK 0 0.04 0.82 0.74
HSL 56.73º 0.7% 0.15% -
HSV(B) 56.73º 0.82% 0.26% -
XYZ 4.21 4.89 1.07 -
YUV 58.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 67 64 12 0 0.04 0.82 0.74 56.73 0.7 0.15
Hex 43 40 C 0 4 52 4A 39 46 F
Octal 103 100 14 0 4 122 112 71 106 17
Binary 1000011 1000000 1100 0 100 1010010 1001010 111001 1000110 1111

Color Harmonies of #43400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43400C

Black with #43400C

Text Example


Text Example

White with #43400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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