Html Css Color HEX #434013 Madras

📋 copy color: '#434013'

red 67 ◦ green 64 ◦ blue 19

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

Shades of Madras #434013

Tints of Madras #434013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.67%

R = 44.67%
G = 42.67%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#434013 (or 0x434013) is known color: Madras. HEX triplet: 43, 40 and 13. RGB value is (67,64,19). Sum of RGB (Red+Green+Blue) = 67+64+19=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 67 - color contains mainly: red. Hex color #434013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434013 is #BCBFEC. Grayscale: #3B3B3B. Windows color (decimal): -12369901 or 1261635. OLE color: 1261635.

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

Color convert

RGB 67 64 19 -
CMYK 0 0.04 0.72 0.74
HSL 56.25º 0.56% 0.17% -
HSV(B) 56.25º 0.72% 0.26% -
XYZ 4.27 4.91 1.34 -
YUV 59.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 67 64 19 0 0.04 0.72 0.74 56.25 0.56 0.17
Hex 43 40 13 0 4 48 4A 38 38 11
Octal 103 100 23 0 4 110 112 70 70 21
Binary 1000011 1000000 10011 0 100 1001000 1001010 111000 111000 10001

Color Harmonies of #434013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434013

Black with #434013

Text Example


Text Example

White with #434013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434013; }

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

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

background-color css

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

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

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

border-color css

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

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

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