Html Css Color HEX #411C00 Brown Pod

📋 copy color: '#411C00'

red 65 ◦ green 28 ◦ blue 0

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

Shades of Brown Pod #411C00

Tints of Brown Pod #411C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.89%
G = 30.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#411C00 (or 0x411C00) is known color: Brown Pod. HEX triplet: 41, 1C and 00. RGB value is (65,28,0). Sum of RGB (Red+Green+Blue) = 65+28+0=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #411C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C00 is #BEE3FF. Grayscale: #242424. Windows color (decimal): -12510208 or 7233. OLE color: 7233.

HSL color Cylindrical-coordinate representation of color #411C00: hue angle of 25.85º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #411C00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 28 0 -
CMYK 0 0.57 1 0.75
HSL 25.85º 1% 0.13% -
HSV(B) 25.85º 1% 0.25% -
XYZ 2.6 1.95 0.24 -
YUV 35.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 65 28 0 0 0.57 1 0.75 25.85 1 0.13
Hex 41 1C 0 0 39 64 4B 1A 64 D
Octal 101 34 0 0 71 144 113 32 144 15
Binary 1000001 11100 0 0 111001 1100100 1001011 11010 1100100 1101

Color Harmonies of #411C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C00

Black with #411C00

Text Example


Text Example

White with #411C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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