Html Css Color HEX #412017 Brown Pod

📋 copy color: '#412017'

red 65 ◦ green 32 ◦ blue 23

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

Shades of Brown Pod #412017

Tints of Brown Pod #412017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.67%

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

R = 54.17%
G = 26.67%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#412017 (or 0x412017) is known color: Brown Pod. HEX triplet: 41, 20 and 17. RGB value is (65,32,23). Sum of RGB (Red+Green+Blue) = 65+32+23=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #412017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412017 is #BEDFE8. Grayscale: #282828. Windows color (decimal): -12509161 or 1515585. OLE color: 1515585.

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

Color convert

RGB 65 32 23 -
CMYK 0 0.51 0.65 0.75
HSL 12.86º 0.48% 0.17% -
HSV(B) 12.86º 0.65% 0.25% -
XYZ 2.85 2.22 1.09 -
YUV 40.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 65 32 23 0 0.51 0.65 0.75 12.86 0.48 0.17
Hex 41 20 17 0 33 41 4B D 30 11
Octal 101 40 27 0 63 101 113 15 60 21
Binary 1000001 100000 10111 0 110011 1000001 1001011 1101 110000 10001

Color Harmonies of #412017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412017

Black with #412017

Text Example


Text Example

White with #412017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412017; }

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

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

background-color css

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

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

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

border-color css

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

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

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