Html Css Color HEX #412115 Brown Pod

📋 copy color: '#412115'

red 65 ◦ green 33 ◦ blue 21

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

Shades of Brown Pod #412115

Tints of Brown Pod #412115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.73%

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

R = 54.62%
G = 27.73%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#412115 (or 0x412115) is known color: Brown Pod. HEX triplet: 41, 21 and 15. RGB value is (65,33,21). Sum of RGB (Red+Green+Blue) = 65+33+21=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #412115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412115 is #BEDEEA. Grayscale: #292929. Windows color (decimal): -12508907 or 1384769. OLE color: 1384769.

HSL color Cylindrical-coordinate representation of color #412115: hue angle of 16.36º 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 #412115 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 33 21 -
CMYK 0 0.49 0.68 0.75
HSL 16.36º 0.51% 0.17% -
HSV(B) 16.36º 0.68% 0.25% -
XYZ 2.86 2.27 1 -
YUV 41.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 65 33 21 0 0.49 0.68 0.75 16.36 0.51 0.17
Hex 41 21 15 0 31 44 4B 10 33 11
Octal 101 41 25 0 61 104 113 20 63 21
Binary 1000001 100001 10101 0 110001 1000100 1001011 10000 110011 10001

Color Harmonies of #412115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412115

Black with #412115

Text Example


Text Example

White with #412115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412115; }

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

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

background-color css

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

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

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

border-color css

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

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

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