Html Css Color HEX #412114 Brown Pod

📋 copy color: '#412114'

red 65 ◦ green 33 ◦ blue 20

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

Shades of Brown Pod #412114

Tints of Brown Pod #412114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.97%

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

R = 55.08%
G = 27.97%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#412114 (or 0x412114) is known color: Brown Pod. HEX triplet: 41, 21 and 14. RGB value is (65,33,20). Sum of RGB (Red+Green+Blue) = 65+33+20=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #412114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412114 is #BEDEEB. Grayscale: #292929. Windows color (decimal): -12508908 or 1319233. OLE color: 1319233.

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

Color convert

RGB 65 33 20 -
CMYK 0 0.49 0.69 0.75
HSL 17.33º 0.53% 0.17% -
HSV(B) 17.33º 0.69% 0.25% -
XYZ 2.85 2.26 0.95 -
YUV 41.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 65 33 20 0 0.49 0.69 0.75 17.33 0.53 0.17
Hex 41 21 14 0 31 45 4B 11 35 11
Octal 101 41 24 0 61 105 113 21 65 21
Binary 1000001 100001 10100 0 110001 1000101 1001011 10001 110101 10001

Color Harmonies of #412114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412114

Black with #412114

Text Example


Text Example

White with #412114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412114; }

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

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

background-color css

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

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

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

border-color css

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

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

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