Html Css Color HEX #412015 Brown Pod

📋 copy color: '#412015'

red 65 ◦ green 32 ◦ blue 21

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

Shades of Brown Pod #412015

Tints of Brown Pod #412015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.12%

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

R = 55.08%
G = 27.12%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#412015 (or 0x412015) is known color: Brown Pod. HEX triplet: 41, 20 and 15. RGB value is (65,32,21). Sum of RGB (Red+Green+Blue) = 65+32+21=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #412015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412015 is #BEDFEA. Grayscale: #282828. Windows color (decimal): -12509163 or 1384513. OLE color: 1384513.

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

Color convert

RGB 65 32 21 -
CMYK 0 0.51 0.68 0.75
HSL 15º 0.51% 0.17% -
HSV(B) 15º 0.68% 0.25% -
XYZ 2.83 2.21 0.99 -
YUV 40.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 65 32 21 0 0.51 0.68 0.75 15 0.51 0.17
Hex 41 20 15 0 33 44 4B F 33 11
Octal 101 40 25 0 63 104 113 17 63 21
Binary 1000001 100000 10101 0 110011 1000100 1001011 1111 110011 10001

Color Harmonies of #412015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412015

Black with #412015

Text Example


Text Example

White with #412015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412015; }

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

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

background-color css

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

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

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

border-color css

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

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

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