Html Css Color HEX #411B13 Brown Pod

📋 copy color: '#411B13'

red 65 ◦ green 27 ◦ blue 19

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

Shades of Brown Pod #411B13

Tints of Brown Pod #411B13

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.32%

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

R = 58.56%
G = 24.32%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#411B13 (or 0x411B13) is known color: Brown Pod. HEX triplet: 41, 1B and 13. RGB value is (65,27,19). Sum of RGB (Red+Green+Blue) = 65+27+19=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #411B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B13 is #BEE4EC. Grayscale: #252525. Windows color (decimal): -12510445 or 1252161. OLE color: 1252161.

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

Color convert

RGB 65 27 19 -
CMYK 0 0.58 0.71 0.75
HSL 10.43º 0.55% 0.16% -
HSV(B) 10.43º 0.71% 0.25% -
XYZ 2.69 1.95 0.85 -
YUV 37.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 65 27 19 0 0.58 0.71 0.75 10.43 0.55 0.16
Hex 41 1B 13 0 3A 47 4B A 37 10
Octal 101 33 23 0 72 107 113 12 67 20
Binary 1000001 11011 10011 0 111010 1000111 1001011 1010 110111 10000

Color Harmonies of #411B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B13

Black with #411B13

Text Example


Text Example

White with #411B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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