Html Css Color HEX #411F0B Brown Pod

📋 copy color: '#411F0B'

red 65 ◦ green 31 ◦ blue 11

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

Shades of Brown Pod #411F0B

Tints of Brown Pod #411F0B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.97%

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

R = 60.75%
G = 28.97%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#411F0B (or 0x411F0B) is known color: Brown Pod. HEX triplet: 41, 1F and 0B. RGB value is (65,31,11). Sum of RGB (Red+Green+Blue) = 65+31+11=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #411F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F0B is #BEE0F4. Grayscale: #272727. Windows color (decimal): -12509429 or 728897. OLE color: 728897.

HSL color Cylindrical-coordinate representation of color #411F0B: hue angle of 22.22º 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 #411F0B is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 31 11 -
CMYK 0 0.52 0.83 0.75
HSL 22.22º 0.71% 0.15% -
HSV(B) 22.22º 0.83% 0.25% -
XYZ 2.73 2.13 0.58 -
YUV 38.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 65 31 11 0 0.52 0.83 0.75 22.22 0.71 0.15
Hex 41 1F B 0 34 53 4B 16 47 F
Octal 101 37 13 0 64 123 113 26 107 17
Binary 1000001 11111 1011 0 110100 1010011 1001011 10110 1000111 1111

Color Harmonies of #411F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F0B

Black with #411F0B

Text Example


Text Example

White with #411F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411F0B; }

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

 H1.HeaderClassName
 {
   color: #411F0B;
 }
 .AnyTagClassName
 {
   color: #411F0B;
 }
</style>

background-color css

<style>
 a { background-color: #411F0B; }

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

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

border-color css

<style>
 span { border-color: #411F0B; }

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

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