Html Css Color HEX #412119 Brown Pod

📋 copy color: '#412119'

red 65 ◦ green 33 ◦ blue 25

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

Shades of Brown Pod #412119

Tints of Brown Pod #412119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.33%

R = 52.85%
G = 26.83%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#412119 (or 0x412119) is known color: Brown Pod. HEX triplet: 41, 21 and 19. RGB value is (65,33,25). Sum of RGB (Red+Green+Blue) = 65+33+25=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #412119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412119 is #BEDEE6. Grayscale: #292929. Windows color (decimal): -12508903 or 1646913. OLE color: 1646913.

HSL color Cylindrical-coordinate representation of color #412119: hue angle of 12º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #412119 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 33 25 -
CMYK 0 0.49 0.62 0.75
HSL 12º 0.44% 0.18% -
HSV(B) 12º 0.62% 0.25% -
XYZ 2.9 2.28 1.21 -
YUV 41.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 65 33 25 0 0.49 0.62 0.75 12 0.44 0.18
Hex 41 21 19 0 31 3E 4B C 2C 12
Octal 101 41 31 0 61 76 113 14 54 22
Binary 1000001 100001 11001 0 110001 111110 1001011 1100 101100 10010

Color Harmonies of #412119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412119

Black with #412119

Text Example


Text Example

White with #412119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412119; }

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

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

background-color css

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

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

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

border-color css

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

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

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