Html Css Color HEX #412313 Brown Pod

📋 copy color: '#412313'

red 65 ◦ green 35 ◦ blue 19

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

Shades of Brown Pod #412313

Tints of Brown Pod #412313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.41%

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

R = 54.62%
G = 29.41%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#412313 (or 0x412313) is known color: Brown Pod. HEX triplet: 41, 23 and 13. RGB value is (65,35,19). Sum of RGB (Red+Green+Blue) = 65+35+19=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #412313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412313 is #BEDCEC. Grayscale: #2A2A2A. Windows color (decimal): -12508397 or 1254209. OLE color: 1254209.

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

Color convert

RGB 65 35 19 -
CMYK 0 0.46 0.71 0.75
HSL 20.87º 0.55% 0.16% -
HSV(B) 20.87º 0.71% 0.25% -
XYZ 2.9 2.37 0.92 -
YUV 42.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 65 35 19 0 0.46 0.71 0.75 20.87 0.55 0.16
Hex 41 23 13 0 2E 47 4B 15 37 10
Octal 101 43 23 0 56 107 113 25 67 20
Binary 1000001 100011 10011 0 101110 1000111 1001011 10101 110111 10000

Color Harmonies of #412313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412313

Black with #412313

Text Example


Text Example

White with #412313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412313; }

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

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

background-color css

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

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

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

border-color css

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

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

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