Html Css Color HEX #434014 Madras

📋 copy color: '#434014'

red 67 ◦ green 64 ◦ blue 20

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

Shades of Madras #434014

Tints of Madras #434014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.25%

R = 44.37%
G = 42.38%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#434014 (or 0x434014) is known color: Madras. HEX triplet: 43, 40 and 14. RGB value is (67,64,20). Sum of RGB (Red+Green+Blue) = 67+64+20=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 67 - color contains mainly: red. Hex color #434014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434014 is #BCBFEB. Grayscale: #3C3C3C. Windows color (decimal): -12369900 or 1327171. OLE color: 1327171.

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

Color convert

RGB 67 64 20 -
CMYK 0 0.04 0.70 0.74
HSL 56.17º 0.54% 0.17% -
HSV(B) 56.17º 0.7% 0.26% -
XYZ 4.27 4.91 1.38 -
YUV 59.88 105.49 133.08 -
System Red Green Blue C M Y K H S L
Decimal 67 64 20 0 0.04 0.70 0.74 56.17 0.54 0.17
Hex 43 40 14 0 4 46 4A 38 36 11
Octal 103 100 24 0 4 106 112 70 66 21
Binary 1000011 1000000 10100 0 100 1000110 1001010 111000 110110 10001

Color Harmonies of #434014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434014

Black with #434014

Text Example


Text Example

White with #434014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434014; }

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

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

background-color css

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

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

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

border-color css

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

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

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