Html Css Color HEX #411C08 Brown Pod

📋 copy color: '#411C08'

red 65 ◦ green 28 ◦ blue 8

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

Shades of Brown Pod #411C08

Tints of Brown Pod #411C08

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.72%

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

R = 64.36%
G = 27.72%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#411C08 (or 0x411C08) is known color: Brown Pod. HEX triplet: 41, 1C and 08. RGB value is (65,28,8). Sum of RGB (Red+Green+Blue) = 65+28+8=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #411C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C08 is #BEE3F7. Grayscale: #242424. Windows color (decimal): -12510200 or 531521. OLE color: 531521.

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

Color convert

RGB 65 28 8 -
CMYK 0 0.57 0.88 0.75
HSL 21.05º 0.78% 0.14% -
HSV(B) 21.05º 0.88% 0.25% -
XYZ 2.64 1.97 0.47 -
YUV 36.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 65 28 8 0 0.57 0.88 0.75 21.05 0.78 0.14
Hex 41 1C 8 0 39 58 4B 15 4E E
Octal 101 34 10 0 71 130 113 25 116 16
Binary 1000001 11100 1000 0 111001 1011000 1001011 10101 1001110 1110

Color Harmonies of #411C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C08

Black with #411C08

Text Example


Text Example

White with #411C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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