Html Css Color HEX #412014 Brown Pod

📋 copy color: '#412014'

red 65 ◦ green 32 ◦ blue 20

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

Shades of Brown Pod #412014

Tints of Brown Pod #412014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.35%

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

R = 55.56%
G = 27.35%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#412014 (or 0x412014) is known color: Brown Pod. HEX triplet: 41, 20 and 14. RGB value is (65,32,20). Sum of RGB (Red+Green+Blue) = 65+32+20=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #412014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412014 is #BEDFEB. Grayscale: #282828. Windows color (decimal): -12509164 or 1318977. OLE color: 1318977.

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

Color convert

RGB 65 32 20 -
CMYK 0 0.51 0.69 0.75
HSL 16º 0.53% 0.17% -
HSV(B) 16º 0.69% 0.25% -
XYZ 2.82 2.21 0.94 -
YUV 40.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 65 32 20 0 0.51 0.69 0.75 16 0.53 0.17
Hex 41 20 14 0 33 45 4B 10 35 11
Octal 101 40 24 0 63 105 113 20 65 21
Binary 1000001 100000 10100 0 110011 1000101 1001011 10000 110101 10001

Color Harmonies of #412014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412014

Black with #412014

Text Example


Text Example

White with #412014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412014; }

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

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

background-color css

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

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

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

border-color css

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

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

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