Html Css Color HEX #412221 Livid Brown

📋 copy color: '#412221'

red 65 ◦ green 34 ◦ blue 33

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

Shades of Livid Brown #412221

Tints of Livid Brown #412221

RGB

 RED value IS 65 (25.78% from 255) = 49.24%

 GREEN value IS 34 (13.67% from 255) = 25.76%

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

R = 49.24%
G = 25.76%
B = 25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#412221 (or 0x412221) is known color: Livid Brown. HEX triplet: 41, 22 and 21. RGB value is (65,34,33). Sum of RGB (Red+Green+Blue) = 65+34+33=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #412221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412221 is #BEDDDE. Grayscale: #2B2B2B. Windows color (decimal): -12508639 or 2171457. OLE color: 2171457.

HSL color Cylindrical-coordinate representation of color #412221: hue angle of 1.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412221 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 34 33 -
CMYK 0 0.48 0.49 0.75
HSL 1.88º 0.33% 0.19% -
HSV(B) 1.88º 0.49% 0.25% -
XYZ 3.03 2.38 1.74 -
YUV 43.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 65 34 33 0 0.48 0.49 0.75 1.88 0.33 0.19
Hex 41 22 21 0 30 31 4B 2 21 13
Octal 101 42 41 0 60 61 113 2 41 23
Binary 1000001 100010 100001 0 110000 110001 1001011 10 100001 10011

Color Harmonies of #412221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412221

Black with #412221

Text Example


Text Example

White with #412221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412221; }

 p { color: rgb(65,34,33); }

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

background-color css

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

 a { background-color: rgb(65,34,33); }

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

border-color css

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

 span { border-color: rgb(65,34,33); }

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