Html Css Color HEX #41170D Brown Pod

📋 copy color: '#41170D'

red 65 ◦ green 23 ◦ blue 13

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

Shades of Brown Pod #41170D

Tints of Brown Pod #41170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.77%

 BLUE value IS 13 (5.47% from 255) = 12.87%

R = 64.36%
G = 22.77%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41170D (or 0x41170D) is known color: Brown Pod. HEX triplet: 41, 17 and 0D. RGB value is (65,23,13). Sum of RGB (Red+Green+Blue) = 65+23+13=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #41170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41170D is #BEE8F2. Grayscale: #222222. Windows color (decimal): -12511475 or 857921. OLE color: 857921.

HSL color Cylindrical-coordinate representation of color #41170D: hue angle of 11.54º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41170D is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 23 13 -
CMYK 0 0.65 0.80 0.75
HSL 11.54º 0.67% 0.15% -
HSV(B) 11.54º 0.8% 0.25% -
XYZ 2.56 1.77 0.59 -
YUV 34.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 65 23 13 0 0.65 0.80 0.75 11.54 0.67 0.15
Hex 41 17 D 0 41 50 4B C 43 F
Octal 101 27 15 0 101 120 113 14 103 17
Binary 1000001 10111 1101 0 1000001 1010000 1001011 1100 1000011 1111

Color Harmonies of #41170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41170D

Black with #41170D

Text Example


Text Example

White with #41170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41170D; }

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

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

background-color css

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

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

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

border-color css

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

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

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