Html Css Color HEX #41160D Brown Pod

📋 copy color: '#41160D'

red 65 ◦ green 22 ◦ blue 13

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

Shades of Brown Pod #41160D

Tints of Brown Pod #41160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22%

 BLUE value IS 13 (5.47% from 255) = 13%

R = 65%
G = 22%
B = 13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41160D (or 0x41160D) is known color: Brown Pod. HEX triplet: 41, 16 and 0D. RGB value is (65,22,13). Sum of RGB (Red+Green+Blue) = 65+22+13=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #41160D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41160D is #BEE9F2. Grayscale: #212121. Windows color (decimal): -12511731 or 857665. OLE color: 857665.

HSL color Cylindrical-coordinate representation of color #41160D: hue angle of 10.38º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41160D is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 22 13 -
CMYK 0 0.66 0.80 0.75
HSL 10.38º 0.67% 0.15% -
HSV(B) 10.38º 0.8% 0.25% -
XYZ 2.54 1.73 0.58 -
YUV 33.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 65 22 13 0 0.66 0.80 0.75 10.38 0.67 0.15
Hex 41 16 D 0 42 50 4B A 43 F
Octal 101 26 15 0 102 120 113 12 103 17
Binary 1000001 10110 1101 0 1000010 1010000 1001011 1010 1000011 1111

Color Harmonies of #41160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41160D

Black with #41160D

Text Example


Text Example

White with #41160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41160D; }

 p { color: rgb(65,22,13); }

 H1.HeaderClassName
 {
   color: #41160D;
 }
 .AnyTagClassName
 {
   color: #41160D;
 }
</style>

background-color css

<style>
 a { background-color: #41160D; }

 a { background-color: rgb(65,22,13); }

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

border-color css

<style>
 span { border-color: #41160D; }

 span { border-color: rgb(65,22,13); }

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