Html Css Color HEX #41190C Brown Pod

📋 copy color: '#41190C'

red 65 ◦ green 25 ◦ blue 12

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

Shades of Brown Pod #41190C

Tints of Brown Pod #41190C

RGB

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

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

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

R = 63.73%
G = 24.51%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41190C (or 0x41190C) is known color: Brown Pod. HEX triplet: 41, 19 and 0C. RGB value is (65,25,12). Sum of RGB (Red+Green+Blue) = 65+25+12=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #41190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41190C is #BEE6F3. Grayscale: #232323. Windows color (decimal): -12510964 or 792897. OLE color: 792897.

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

Color convert

RGB 65 25 12 -
CMYK 0 0.62 0.82 0.75
HSL 14.72º 0.69% 0.15% -
HSV(B) 14.72º 0.82% 0.25% -
XYZ 2.59 1.85 0.57 -
YUV 35.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 65 25 12 0 0.62 0.82 0.75 14.72 0.69 0.15
Hex 41 19 C 0 3E 52 4B F 45 F
Octal 101 31 14 0 76 122 113 17 105 17
Binary 1000001 11001 1100 0 111110 1010010 1001011 1111 1000101 1111

Color Harmonies of #41190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41190C

Black with #41190C

Text Example


Text Example

White with #41190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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