Html Css Color HEX #412514 Brown Pod

📋 copy color: '#412514'

red 65 ◦ green 37 ◦ blue 20

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

Shades of Brown Pod #412514

Tints of Brown Pod #412514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.33%

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

R = 53.28%
G = 30.33%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#412514 (or 0x412514) is known color: Brown Pod. HEX triplet: 41, 25 and 14. RGB value is (65,37,20). Sum of RGB (Red+Green+Blue) = 65+37+20=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #412514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412514 is #BEDAEB. Grayscale: #2B2B2B. Windows color (decimal): -12507884 or 1320257. OLE color: 1320257.

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

Color convert

RGB 65 37 20 -
CMYK 0 0.43 0.69 0.75
HSL 22.67º 0.53% 0.17% -
HSV(B) 22.67º 0.69% 0.25% -
XYZ 2.97 2.5 0.99 -
YUV 43.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 65 37 20 0 0.43 0.69 0.75 22.67 0.53 0.17
Hex 41 25 14 0 2B 45 4B 17 35 11
Octal 101 45 24 0 53 105 113 27 65 21
Binary 1000001 100101 10100 0 101011 1000101 1001011 10111 110101 10001

Color Harmonies of #412514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412514

Black with #412514

Text Example


Text Example

White with #412514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412514; }

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

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

background-color css

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

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

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

border-color css

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

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

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