Html Css Color HEX #41190F Brown Pod

📋 copy color: '#41190F'

red 65 ◦ green 25 ◦ blue 15

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

Shades of Brown Pod #41190F

Tints of Brown Pod #41190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.81%

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

R = 61.9%
G = 23.81%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41190F (or 0x41190F) is known color: Brown Pod. HEX triplet: 41, 19 and 0F. RGB value is (65,25,15). Sum of RGB (Red+Green+Blue) = 65+25+15=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #41190F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41190F is #BEE6F0. Grayscale: #232323. Windows color (decimal): -12510961 or 989505. OLE color: 989505.

HSL color Cylindrical-coordinate representation of color #41190F: hue angle of 12º 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 #41190F is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 25 15 -
CMYK 0 0.62 0.77 0.75
HSL 12º 0.63% 0.16% -
HSV(B) 12º 0.77% 0.25% -
XYZ 2.61 1.85 0.67 -
YUV 35.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 65 25 15 0 0.62 0.77 0.75 12 0.63 0.16
Hex 41 19 F 0 3E 4D 4B C 3E 10
Octal 101 31 17 0 76 115 113 14 76 20
Binary 1000001 11001 1111 0 111110 1001101 1001011 1100 111110 10000

Color Harmonies of #41190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41190F

Black with #41190F

Text Example


Text Example

White with #41190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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