Html Css Color HEX #411305 Brown Pod

📋 copy color: '#411305'

red 65 ◦ green 19 ◦ blue 5

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

Shades of Brown Pod #411305

Tints of Brown Pod #411305

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.35%

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

R = 73.03%
G = 21.35%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#411305 (or 0x411305) is known color: Brown Pod. HEX triplet: 41, 13 and 05. RGB value is (65,19,5). Sum of RGB (Red+Green+Blue) = 65+19+5=89 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.03% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 5 (2.34% from 255 or 5.62% from 89); Max value from RGB is 65 - color contains mainly: red. Hex color #411305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411305 is #BEECFA. Grayscale: #1F1F1F. Windows color (decimal): -12512507 or 332609. OLE color: 332609.

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

Color convert

RGB 65 19 5 -
CMYK 0 0.71 0.92 0.75
HSL 14º 0.86% 0.14% -
HSV(B) 14º 0.92% 0.25% -
XYZ 2.44 1.6 0.32 -
YUV 31.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 65 19 5 0 0.71 0.92 0.75 14 0.86 0.14
Hex 41 13 5 0 47 5C 4B E 56 E
Octal 101 23 5 0 107 134 113 16 126 16
Binary 1000001 10011 101 0 1000111 1011100 1001011 1110 1010110 1110

Color Harmonies of #411305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411305

Black with #411305

Text Example


Text Example

White with #411305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411305; }

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

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

background-color css

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

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

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

border-color css

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

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

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