Html Css Color HEX #412215 Brown Pod

📋 copy color: '#412215'

red 65 ◦ green 34 ◦ blue 21

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

Shades of Brown Pod #412215

Tints of Brown Pod #412215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.5%

R = 54.17%
G = 28.33%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#412215 (or 0x412215) is known color: Brown Pod. HEX triplet: 41, 22 and 15. RGB value is (65,34,21). Sum of RGB (Red+Green+Blue) = 65+34+21=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #412215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412215 is #BEDDEA. Grayscale: #292929. Windows color (decimal): -12508651 or 1385025. OLE color: 1385025.

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

Color convert

RGB 65 34 21 -
CMYK 0 0.48 0.68 0.75
HSL 17.73º 0.51% 0.17% -
HSV(B) 17.73º 0.68% 0.25% -
XYZ 2.89 2.32 1.01 -
YUV 41.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 65 34 21 0 0.48 0.68 0.75 17.73 0.51 0.17
Hex 41 22 15 0 30 44 4B 12 33 11
Octal 101 42 25 0 60 104 113 22 63 21
Binary 1000001 100010 10101 0 110000 1000100 1001011 10010 110011 10001

Color Harmonies of #412215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412215

Black with #412215

Text Example


Text Example

White with #412215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412215; }

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

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

background-color css

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

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

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

border-color css

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

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

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