Html Css Color HEX #411508 Brown Pod

📋 copy color: '#411508'

red 65 ◦ green 21 ◦ blue 8

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

Shades of Brown Pod #411508

Tints of Brown Pod #411508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.34%

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

R = 69.15%
G = 22.34%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#411508 (or 0x411508) is known color: Brown Pod. HEX triplet: 41, 15 and 08. RGB value is (65,21,8). Sum of RGB (Red+Green+Blue) = 65+21+8=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #411508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411508 is #BEEAF7. Grayscale: #202020. Windows color (decimal): -12511992 or 529729. OLE color: 529729.

HSL color Cylindrical-coordinate representation of color #411508: hue angle of 13.68º 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 #411508 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 21 8 -
CMYK 0 0.68 0.88 0.75
HSL 13.68º 0.78% 0.14% -
HSV(B) 13.68º 0.88% 0.25% -
XYZ 2.49 1.68 0.42 -
YUV 32.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 65 21 8 0 0.68 0.88 0.75 13.68 0.78 0.14
Hex 41 15 8 0 44 58 4B E 4E E
Octal 101 25 10 0 104 130 113 16 116 16
Binary 1000001 10101 1000 0 1000100 1011000 1001011 1110 1001110 1110

Color Harmonies of #411508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411508

Black with #411508

Text Example


Text Example

White with #411508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411508; }

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

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

background-color css

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

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

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

border-color css

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

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

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