Html Css Color HEX #411502 Brown Pod

📋 copy color: '#411502'

red 65 ◦ green 21 ◦ blue 2

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

Shades of Brown Pod #411502

Tints of Brown Pod #411502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.86%

 BLUE value IS 2 (1.17% from 255) = 2.27%

R = 73.86%
G = 23.86%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#411502 (or 0x411502) is known color: Brown Pod. HEX triplet: 41, 15 and 02. RGB value is (65,21,2). Sum of RGB (Red+Green+Blue) = 65+21+2=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #411502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411502 is #BEEAFD. Grayscale: #202020. Windows color (decimal): -12511998 or 136513. OLE color: 136513.

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

Color convert

RGB 65 21 2 -
CMYK 0 0.68 0.97 0.75
HSL 18.1º 0.94% 0.13% -
HSV(B) 18.1º 0.97% 0.25% -
XYZ 2.46 1.66 0.25 -
YUV 31.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 65 21 2 0 0.68 0.97 0.75 18.1 0.94 0.13
Hex 41 15 2 0 44 61 4B 12 5E D
Octal 101 25 2 0 104 141 113 22 136 15
Binary 1000001 10101 10 0 1000100 1100001 1001011 10010 1011110 1101

Color Harmonies of #411502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411502

Black with #411502

Text Example


Text Example

White with #411502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411502; }

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

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

background-color css

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

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

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

border-color css

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

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

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