Html Css Color HEX #514021 Madras

📋 copy color: '#514021'

red 81 ◦ green 64 ◦ blue 33

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

Shades of Madras #514021

Tints of Madras #514021

RGB

 RED value IS 81 (32.03% from 255) = 45.51%

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

 BLUE value IS 33 (13.28% from 255) = 18.54%

R = 45.51%
G = 35.96%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#514021 (or 0x514021) is known color: Madras. HEX triplet: 51, 40 and 21. RGB value is (81,64,33). Sum of RGB (Red+Green+Blue) = 81+64+33=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #514021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514021 is #AEBFDE. Grayscale: #414141. Windows color (decimal): -11452383 or 2179153. OLE color: 2179153.

HSL color Cylindrical-coordinate representation of color #514021: hue angle of 38.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #514021 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 64 33 -
CMYK 0 0.21 0.59 0.68
HSL 38.75º 0.42% 0.22% -
HSV(B) 38.75º 0.59% 0.32% -
XYZ 5.5 5.53 2.22 -
YUV 65.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 81 64 33 0 0.21 0.59 0.68 38.75 0.42 0.22
Hex 51 40 21 0 15 3B 44 27 2A 16
Octal 121 100 41 0 25 73 104 47 52 26
Binary 1010001 1000000 100001 0 10101 111011 1000100 100111 101010 10110

Color Harmonies of #514021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514021

Black with #514021

Text Example


Text Example

White with #514021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514021; }

 p { color: rgb(81,64,33); }

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

background-color css

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

 a { background-color: rgb(81,64,33); }

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

border-color css

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

 span { border-color: rgb(81,64,33); }

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