Html Css Color HEX #412513 Brown Pod

📋 copy color: '#412513'

red 65 ◦ green 37 ◦ blue 19

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

Shades of Brown Pod #412513

Tints of Brown Pod #412513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.58%

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

R = 53.72%
G = 30.58%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#412513 (or 0x412513) is known color: Brown Pod. HEX triplet: 41, 25 and 13. RGB value is (65,37,19). Sum of RGB (Red+Green+Blue) = 65+37+19=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412513 is #BEDAEC. Grayscale: #2B2B2B. Windows color (decimal): -12507885 or 1254721. OLE color: 1254721.

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

Color convert

RGB 65 37 19 -
CMYK 0 0.43 0.71 0.75
HSL 23.48º 0.55% 0.16% -
HSV(B) 23.48º 0.71% 0.25% -
XYZ 2.96 2.49 0.94 -
YUV 43.32 114.28 143.46 -
System Red Green Blue C M Y K H S L
Decimal 65 37 19 0 0.43 0.71 0.75 23.48 0.55 0.16
Hex 41 25 13 0 2B 47 4B 17 37 10
Octal 101 45 23 0 53 107 113 27 67 20
Binary 1000001 100101 10011 0 101011 1000111 1001011 10111 110111 10000

Color Harmonies of #412513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412513

Black with #412513

Text Example


Text Example

White with #412513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412513; }

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

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

background-color css

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

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

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

border-color css

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

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

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