Html Css Color HEX #411505 Brown Pod

📋 copy color: '#411505'

red 65 ◦ green 21 ◦ blue 5

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

Shades of Brown Pod #411505

Tints of Brown Pod #411505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.49%

R = 71.43%
G = 23.08%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#411505 (or 0x411505) is known color: Brown Pod. HEX triplet: 41, 15 and 05. RGB value is (65,21,5). Sum of RGB (Red+Green+Blue) = 65+21+5=91 (12% of max value = 765). Red value is 65 (25.78% from 255 or 71.43% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 65 - color contains mainly: red. Hex color #411505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411505 is #BEEAFA. Grayscale: #202020. Windows color (decimal): -12511995 or 333121. OLE color: 333121.

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

Color convert

RGB 65 21 5 -
CMYK 0 0.68 0.92 0.75
HSL 16º 0.86% 0.14% -
HSV(B) 16º 0.92% 0.25% -
XYZ 2.48 1.67 0.34 -
YUV 32.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 65 21 5 0 0.68 0.92 0.75 16 0.86 0.14
Hex 41 15 5 0 44 5C 4B 10 56 E
Octal 101 25 5 0 104 134 113 20 126 16
Binary 1000001 10101 101 0 1000100 1011100 1001011 10000 1010110 1110

Color Harmonies of #411505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411505

Black with #411505

Text Example


Text Example

White with #411505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411505; }

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

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

background-color css

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

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

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

border-color css

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

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

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