Html Css Color HEX #434010 Madras

📋 copy color: '#434010'

red 67 ◦ green 64 ◦ blue 16

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

Shades of Madras #434010

Tints of Madras #434010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.88%

R = 45.58%
G = 43.54%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#434010 (or 0x434010) is known color: Madras. HEX triplet: 43, 40 and 10. RGB value is (67,64,16). Sum of RGB (Red+Green+Blue) = 67+64+16=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 67 - color contains mainly: red. Hex color #434010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434010 is #BCBFEF. Grayscale: #3B3B3B. Windows color (decimal): -12369904 or 1065027. OLE color: 1065027.

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

Color convert

RGB 67 64 16 -
CMYK 0 0.04 0.76 0.74
HSL 56.47º 0.61% 0.16% -
HSV(B) 56.47º 0.76% 0.26% -
XYZ 4.24 4.9 1.21 -
YUV 59.43 103.49 133.4 -
System Red Green Blue C M Y K H S L
Decimal 67 64 16 0 0.04 0.76 0.74 56.47 0.61 0.16
Hex 43 40 10 0 4 4C 4A 38 3D 10
Octal 103 100 20 0 4 114 112 70 75 20
Binary 1000011 1000000 10000 0 100 1001100 1001010 111000 111101 10000

Color Harmonies of #434010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434010

Black with #434010

Text Example


Text Example

White with #434010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434010; }

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

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

background-color css

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

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

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

border-color css

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

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

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