Html Css Color HEX #411F13 Brown Pod

📋 copy color: '#411F13'

red 65 ◦ green 31 ◦ blue 19

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

Shades of Brown Pod #411F13

Tints of Brown Pod #411F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.96%

 BLUE value IS 19 (7.81% from 255) = 16.52%

R = 56.52%
G = 26.96%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#411F13 (or 0x411F13) is known color: Brown Pod. HEX triplet: 41, 1F and 13. RGB value is (65,31,19). Sum of RGB (Red+Green+Blue) = 65+31+19=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #411F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F13 is #BEE0EC. Grayscale: #272727. Windows color (decimal): -12509421 or 1253185. OLE color: 1253185.

HSL color Cylindrical-coordinate representation of color #411F13: hue angle of 15.65º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #411F13 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 31 19 -
CMYK 0 0.52 0.71 0.75
HSL 15.65º 0.55% 0.16% -
HSV(B) 15.65º 0.71% 0.25% -
XYZ 2.79 2.15 0.88 -
YUV 39.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 65 31 19 0 0.52 0.71 0.75 15.65 0.55 0.16
Hex 41 1F 13 0 34 47 4B 10 37 10
Octal 101 37 23 0 64 107 113 20 67 20
Binary 1000001 11111 10011 0 110100 1000111 1001011 10000 110111 10000

Color Harmonies of #411F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F13

Black with #411F13

Text Example


Text Example

White with #411F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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