Html Css Color HEX #43400F Madras

📋 copy color: '#43400F'

red 67 ◦ green 64 ◦ blue 15

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

Shades of Madras #43400F

Tints of Madras #43400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.27%

R = 45.89%
G = 43.84%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.74

RGB Variations

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

Color information

#43400F (or 0x43400F) is known color: Madras. HEX triplet: 43, 40 and 0F. RGB value is (67,64,15). Sum of RGB (Red+Green+Blue) = 67+64+15=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 67 - color contains mainly: red. Hex color #43400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43400F is #BCBFF0. Grayscale: #3B3B3B. Windows color (decimal): -12369905 or 999491. OLE color: 999491.

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

Color convert

RGB 67 64 15 -
CMYK 0 0.04 0.78 0.74
HSL 56.54º 0.63% 0.16% -
HSV(B) 56.54º 0.78% 0.26% -
XYZ 4.23 4.89 1.17 -
YUV 59.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 67 64 15 0 0.04 0.78 0.74 56.54 0.63 0.16
Hex 43 40 F 0 4 4E 4A 39 3F 10
Octal 103 100 17 0 4 116 112 71 77 20
Binary 1000011 1000000 1111 0 100 1001110 1001010 111001 111111 10000

Color Harmonies of #43400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43400F

Black with #43400F

Text Example


Text Example

White with #43400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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