Html Css Color HEX #412317 Brown Pod

📋 copy color: '#412317'

red 65 ◦ green 35 ◦ blue 23

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

Shades of Brown Pod #412317

Tints of Brown Pod #412317

RGB

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

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

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

R = 52.85%
G = 28.46%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#412317 (or 0x412317) is known color: Brown Pod. HEX triplet: 41, 23 and 17. RGB value is (65,35,23). Sum of RGB (Red+Green+Blue) = 65+35+23=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #412317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412317 is #BEDCE8. Grayscale: #2A2A2A. Windows color (decimal): -12508393 or 1516353. OLE color: 1516353.

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

Color convert

RGB 65 35 23 -
CMYK 0 0.46 0.65 0.75
HSL 17.14º 0.48% 0.17% -
HSV(B) 17.14º 0.65% 0.25% -
XYZ 2.94 2.39 1.12 -
YUV 42.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 65 35 23 0 0.46 0.65 0.75 17.14 0.48 0.17
Hex 41 23 17 0 2E 41 4B 11 30 11
Octal 101 43 27 0 56 101 113 21 60 21
Binary 1000001 100011 10111 0 101110 1000001 1001011 10001 110000 10001

Color Harmonies of #412317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412317

Black with #412317

Text Example


Text Example

White with #412317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412317; }

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

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

background-color css

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

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

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

border-color css

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

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

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