Html Css Color HEX #411C14 Brown Pod

📋 copy color: '#411C14'

red 65 ◦ green 28 ◦ blue 20

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

Shades of Brown Pod #411C14

Tints of Brown Pod #411C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.7%

R = 57.52%
G = 24.78%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#411C14 (or 0x411C14) is known color: Brown Pod. HEX triplet: 41, 1C and 14. RGB value is (65,28,20). Sum of RGB (Red+Green+Blue) = 65+28+20=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #411C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C14 is #BEE3EB. Grayscale: #262626. Windows color (decimal): -12510188 or 1317953. OLE color: 1317953.

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

Color convert

RGB 65 28 20 -
CMYK 0 0.57 0.69 0.75
HSL 10.67º 0.53% 0.17% -
HSV(B) 10.67º 0.69% 0.25% -
XYZ 2.72 2 0.91 -
YUV 38.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 65 28 20 0 0.57 0.69 0.75 10.67 0.53 0.17
Hex 41 1C 14 0 39 45 4B B 35 11
Octal 101 34 24 0 71 105 113 13 65 21
Binary 1000001 11100 10100 0 111001 1000101 1001011 1011 110101 10001

Color Harmonies of #411C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C14

Black with #411C14

Text Example


Text Example

White with #411C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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