Html Css Color HEX #41170C Brown Pod

📋 copy color: '#41170C'

red 65 ◦ green 23 ◦ blue 12

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

Shades of Brown Pod #41170C

Tints of Brown Pod #41170C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12%

R = 65%
G = 23%
B = 12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41170C (or 0x41170C) is known color: Brown Pod. HEX triplet: 41, 17 and 0C. RGB value is (65,23,12). Sum of RGB (Red+Green+Blue) = 65+23+12=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #41170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41170C is #BEE8F3. Grayscale: #222222. Windows color (decimal): -12511476 or 792385. OLE color: 792385.

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

Color convert

RGB 65 23 12 -
CMYK 0 0.65 0.82 0.75
HSL 12.45º 0.69% 0.15% -
HSV(B) 12.45º 0.82% 0.25% -
XYZ 2.55 1.76 0.55 -
YUV 34.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 65 23 12 0 0.65 0.82 0.75 12.45 0.69 0.15
Hex 41 17 C 0 41 52 4B C 45 F
Octal 101 27 14 0 101 122 113 14 105 17
Binary 1000001 10111 1100 0 1000001 1010010 1001011 1100 1000101 1111

Color Harmonies of #41170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41170C

Black with #41170C

Text Example


Text Example

White with #41170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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