Html Css Color HEX #41170A Brown Pod

📋 copy color: '#41170A'

red 65 ◦ green 23 ◦ blue 10

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

Shades of Brown Pod #41170A

Tints of Brown Pod #41170A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.2%

R = 66.33%
G = 23.47%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#41170A (or 0x41170A) is known color: Brown Pod. HEX triplet: 41, 17 and 0A. RGB value is (65,23,10). Sum of RGB (Red+Green+Blue) = 65+23+10=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #41170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41170A is #BEE8F5. Grayscale: #222222. Windows color (decimal): -12511478 or 661313. OLE color: 661313.

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

Color convert

RGB 65 23 10 -
CMYK 0 0.65 0.85 0.75
HSL 14.18º 0.73% 0.15% -
HSV(B) 14.18º 0.85% 0.25% -
XYZ 2.54 1.76 0.49 -
YUV 34.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 65 23 10 0 0.65 0.85 0.75 14.18 0.73 0.15
Hex 41 17 A 0 41 55 4B E 49 F
Octal 101 27 12 0 101 125 113 16 111 17
Binary 1000001 10111 1010 0 1000001 1010101 1001011 1110 1001001 1111

Color Harmonies of #41170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41170A

Black with #41170A

Text Example


Text Example

White with #41170A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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