Html Css Color HEX #41190B Brown Pod

📋 copy color: '#41190B'

red 65 ◦ green 25 ◦ blue 11

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

Shades of Brown Pod #41190B

Tints of Brown Pod #41190B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.89%

R = 64.36%
G = 24.75%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#41190B (or 0x41190B) is known color: Brown Pod. HEX triplet: 41, 19 and 0B. RGB value is (65,25,11). Sum of RGB (Red+Green+Blue) = 65+25+11=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #41190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41190B is #BEE6F4. Grayscale: #232323. Windows color (decimal): -12510965 or 727361. OLE color: 727361.

HSL color Cylindrical-coordinate representation of color #41190B: hue angle of 15.56º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41190B is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 25 11 -
CMYK 0 0.62 0.83 0.75
HSL 15.56º 0.71% 0.15% -
HSV(B) 15.56º 0.83% 0.25% -
XYZ 2.59 1.84 0.54 -
YUV 35.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 65 25 11 0 0.62 0.83 0.75 15.56 0.71 0.15
Hex 41 19 B 0 3E 53 4B 10 47 F
Octal 101 31 13 0 76 123 113 20 107 17
Binary 1000001 11001 1011 0 111110 1010011 1001011 10000 1000111 1111

Color Harmonies of #41190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41190B

Black with #41190B

Text Example


Text Example

White with #41190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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