Html Css Color HEX #434114 Madras

📋 copy color: '#434114'

red 67 ◦ green 65 ◦ blue 20

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

Shades of Madras #434114

Tints of Madras #434114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.76%

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

R = 44.08%
G = 42.76%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#434114 (or 0x434114) is known color: Madras. HEX triplet: 43, 41 and 14. RGB value is (67,65,20). Sum of RGB (Red+Green+Blue) = 67+65+20=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #434114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434114 is #BCBEEB. Grayscale: #3C3C3C. Windows color (decimal): -12369644 or 1327427. OLE color: 1327427.

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

Color convert

RGB 67 65 20 -
CMYK 0 0.03 0.70 0.74
HSL 57.45º 0.54% 0.17% -
HSV(B) 57.45º 0.7% 0.26% -
XYZ 4.33 5.02 1.4 -
YUV 60.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 67 65 20 0 0.03 0.70 0.74 57.45 0.54 0.17
Hex 43 41 14 0 3 46 4A 39 36 11
Octal 103 101 24 0 3 106 112 71 66 21
Binary 1000011 1000001 10100 0 11 1000110 1001010 111001 110110 10001

Color Harmonies of #434114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434114

Black with #434114

Text Example


Text Example

White with #434114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434114; }

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

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

background-color css

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

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

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

border-color css

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

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

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