Html Css Color HEX #412117 Brown Pod

📋 copy color: '#412117'

red 65 ◦ green 33 ◦ blue 23

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

Shades of Brown Pod #412117

Tints of Brown Pod #412117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 19.01%

R = 53.72%
G = 27.27%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#412117 (or 0x412117) is known color: Brown Pod. HEX triplet: 41, 21 and 17. RGB value is (65,33,23). Sum of RGB (Red+Green+Blue) = 65+33+23=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412117 is #BEDEE8. Grayscale: #292929. Windows color (decimal): -12508905 or 1515841. OLE color: 1515841.

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

Color convert

RGB 65 33 23 -
CMYK 0 0.49 0.65 0.75
HSL 14.29º 0.48% 0.17% -
HSV(B) 14.29º 0.65% 0.25% -
XYZ 2.88 2.27 1.1 -
YUV 41.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 65 33 23 0 0.49 0.65 0.75 14.29 0.48 0.17
Hex 41 21 17 0 31 41 4B E 30 11
Octal 101 41 27 0 61 101 113 16 60 21
Binary 1000001 100001 10111 0 110001 1000001 1001011 1110 110000 10001

Color Harmonies of #412117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412117

Black with #412117

Text Example


Text Example

White with #412117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412117; }

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

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

background-color css

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

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

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

border-color css

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

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

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