Html Css Color HEX #412113 Brown Pod

📋 copy color: '#412113'

red 65 ◦ green 33 ◦ blue 19

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

Shades of Brown Pod #412113

Tints of Brown Pod #412113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.21%

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

R = 55.56%
G = 28.21%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#412113 (or 0x412113) is known color: Brown Pod. HEX triplet: 41, 21 and 13. RGB value is (65,33,19). Sum of RGB (Red+Green+Blue) = 65+33+19=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #412113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412113 is #BEDEEC. Grayscale: #292929. Windows color (decimal): -12508909 or 1253697. OLE color: 1253697.

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

Color convert

RGB 65 33 19 -
CMYK 0 0.49 0.71 0.75
HSL 18.26º 0.55% 0.16% -
HSV(B) 18.26º 0.71% 0.25% -
XYZ 2.84 2.26 0.9 -
YUV 40.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 65 33 19 0 0.49 0.71 0.75 18.26 0.55 0.16
Hex 41 21 13 0 31 47 4B 12 37 10
Octal 101 41 23 0 61 107 113 22 67 20
Binary 1000001 100001 10011 0 110001 1000111 1001011 10010 110111 10000

Color Harmonies of #412113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412113

Black with #412113

Text Example


Text Example

White with #412113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412113; }

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

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

background-color css

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

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

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

border-color css

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

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

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