Html Css Color HEX #434214 Madras

📋 copy color: '#434214'

red 67 ◦ green 66 ◦ blue 20

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

Shades of Madras #434214

Tints of Madras #434214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.14%

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

R = 43.79%
G = 43.14%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#434214 (or 0x434214) is known color: Madras. HEX triplet: 43, 42 and 14. RGB value is (67,66,20). Sum of RGB (Red+Green+Blue) = 67+66+20=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 67 - color contains mainly: red. Hex color #434214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434214 is #BCBDEB. Grayscale: #3D3D3D. Windows color (decimal): -12369388 or 1327683. OLE color: 1327683.

HSL color Cylindrical-coordinate representation of color #434214: hue angle of 58.72º 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 #434214 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 66 20 -
CMYK 0 0.01 0.70 0.74
HSL 58.72º 0.54% 0.17% -
HSV(B) 58.72º 0.7% 0.26% -
XYZ 4.39 5.14 1.42 -
YUV 61.06 104.83 132.24 -
System Red Green Blue C M Y K H S L
Decimal 67 66 20 0 0.01 0.70 0.74 58.72 0.54 0.17
Hex 43 42 14 0 1 46 4A 3B 36 11
Octal 103 102 24 0 1 106 112 73 66 21
Binary 1000011 1000010 10100 0 1 1000110 1001010 111011 110110 10001

Color Harmonies of #434214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434214

Black with #434214

Text Example


Text Example

White with #434214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434214; }

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

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

background-color css

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

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

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

border-color css

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

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

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