Html Css Color HEX #411F08 Brown Pod

📋 copy color: '#411F08'

red 65 ◦ green 31 ◦ blue 8

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

Shades of Brown Pod #411F08

Tints of Brown Pod #411F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.69%

R = 62.5%
G = 29.81%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#411F08 (or 0x411F08) is known color: Brown Pod. HEX triplet: 41, 1F and 08. RGB value is (65,31,8). Sum of RGB (Red+Green+Blue) = 65+31+8=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #411F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F08 is #BEE0F7. Grayscale: #262626. Windows color (decimal): -12509432 or 532289. OLE color: 532289.

HSL color Cylindrical-coordinate representation of color #411F08: hue angle of 24.21º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411F08 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 31 8 -
CMYK 0 0.52 0.88 0.75
HSL 24.21º 0.78% 0.14% -
HSV(B) 24.21º 0.88% 0.25% -
XYZ 2.71 2.12 0.5 -
YUV 38.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 65 31 8 0 0.52 0.88 0.75 24.21 0.78 0.14
Hex 41 1F 8 0 34 58 4B 18 4E E
Octal 101 37 10 0 64 130 113 30 116 16
Binary 1000001 11111 1000 0 110100 1011000 1001011 11000 1001110 1110

Color Harmonies of #411F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F08

Black with #411F08

Text Example


Text Example

White with #411F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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