Html Css Color HEX #41180E Brown Pod

📋 copy color: '#41180E'

red 65 ◦ green 24 ◦ blue 14

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

Shades of Brown Pod #41180E

Tints of Brown Pod #41180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.3%

 BLUE value IS 14 (5.86% from 255) = 13.59%

R = 63.11%
G = 23.3%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41180E (or 0x41180E) is known color: Brown Pod. HEX triplet: 41, 18 and 0E. RGB value is (65,24,14). Sum of RGB (Red+Green+Blue) = 65+24+14=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #41180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41180E is #BEE7F1. Grayscale: #232323. Windows color (decimal): -12511218 or 923713. OLE color: 923713.

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

Color convert

RGB 65 24 14 -
CMYK 0 0.63 0.78 0.75
HSL 11.76º 0.65% 0.15% -
HSV(B) 11.76º 0.78% 0.25% -
XYZ 2.59 1.81 0.63 -
YUV 35.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 65 24 14 0 0.63 0.78 0.75 11.76 0.65 0.15
Hex 41 18 E 0 3F 4E 4B C 41 F
Octal 101 30 16 0 77 116 113 14 101 17
Binary 1000001 11000 1110 0 111111 1001110 1001011 1100 1000001 1111

Color Harmonies of #41180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41180E

Black with #41180E

Text Example


Text Example

White with #41180E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41180E; }

 p { color: rgb(65,24,14); }

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

background-color css

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

 a { background-color: rgb(65,24,14); }

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

border-color css

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

 span { border-color: rgb(65,24,14); }

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