Html Css Color HEX #41180F Brown Pod

📋 copy color: '#41180F'

red 65 ◦ green 24 ◦ blue 15

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

Shades of Brown Pod #41180F

Tints of Brown Pod #41180F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.42%

R = 62.5%
G = 23.08%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41180F (or 0x41180F) is known color: Brown Pod. HEX triplet: 41, 18 and 0F. RGB value is (65,24,15). Sum of RGB (Red+Green+Blue) = 65+24+15=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #41180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41180F is #BEE7F0. Grayscale: #232323. Windows color (decimal): -12511217 or 989249. OLE color: 989249.

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

Color convert

RGB 65 24 15 -
CMYK 0 0.63 0.77 0.75
HSL 10.8º 0.63% 0.16% -
HSV(B) 10.8º 0.77% 0.25% -
XYZ 2.59 1.81 0.66 -
YUV 35.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 65 24 15 0 0.63 0.77 0.75 10.8 0.63 0.16
Hex 41 18 F 0 3F 4D 4B B 3E 10
Octal 101 30 17 0 77 115 113 13 76 20
Binary 1000001 11000 1111 0 111111 1001101 1001011 1011 111110 10000

Color Harmonies of #41180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41180F

Black with #41180F

Text Example


Text Example

White with #41180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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