Html Css Color HEX #412217 Brown Pod

📋 copy color: '#412217'

red 65 ◦ green 34 ◦ blue 23

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

Shades of Brown Pod #412217

Tints of Brown Pod #412217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.87%

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

R = 53.28%
G = 27.87%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#412217 (or 0x412217) is known color: Brown Pod. HEX triplet: 41, 22 and 17. RGB value is (65,34,23). Sum of RGB (Red+Green+Blue) = 65+34+23=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #412217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412217 is #BEDDE8. Grayscale: #2A2A2A. Windows color (decimal): -12508649 or 1516097. OLE color: 1516097.

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

Color convert

RGB 65 34 23 -
CMYK 0 0.48 0.65 0.75
HSL 15.71º 0.48% 0.17% -
HSV(B) 15.71º 0.65% 0.25% -
XYZ 2.91 2.33 1.11 -
YUV 42.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 65 34 23 0 0.48 0.65 0.75 15.71 0.48 0.17
Hex 41 22 17 0 30 41 4B 10 30 11
Octal 101 42 27 0 60 101 113 20 60 21
Binary 1000001 100010 10111 0 110000 1000001 1001011 10000 110000 10001

Color Harmonies of #412217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412217

Black with #412217

Text Example


Text Example

White with #412217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412217; }

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

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

background-color css

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

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

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

border-color css

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

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

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