Html Css Color HEX #434016 Madras

📋 copy color: '#434016'

red 67 ◦ green 64 ◦ blue 22

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

Shades of Madras #434016

Tints of Madras #434016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.38%

R = 43.79%
G = 41.83%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#434016 (or 0x434016) is known color: Madras. HEX triplet: 43, 40 and 16. RGB value is (67,64,22). Sum of RGB (Red+Green+Blue) = 67+64+22=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 67 - color contains mainly: red. Hex color #434016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434016 is #BCBFE9. Grayscale: #3C3C3C. Windows color (decimal): -12369898 or 1458243. OLE color: 1458243.

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

Color convert

RGB 67 64 22 -
CMYK 0 0.04 0.67 0.74
HSL 56º 0.51% 0.17% -
HSV(B) 56º 0.67% 0.26% -
XYZ 4.29 4.92 1.48 -
YUV 60.11 106.49 132.92 -
System Red Green Blue C M Y K H S L
Decimal 67 64 22 0 0.04 0.67 0.74 56 0.51 0.17
Hex 43 40 16 0 4 43 4A 38 33 11
Octal 103 100 26 0 4 103 112 70 63 21
Binary 1000011 1000000 10110 0 100 1000011 1001010 111000 110011 10001

Color Harmonies of #434016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434016

Black with #434016

Text Example


Text Example

White with #434016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434016; }

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

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

background-color css

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

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

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

border-color css

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

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

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