Html Css Color HEX #412214 Brown Pod

📋 copy color: '#412214'

red 65 ◦ green 34 ◦ blue 20

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

Shades of Brown Pod #412214

Tints of Brown Pod #412214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.57%

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

R = 54.62%
G = 28.57%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#412214 (or 0x412214) is known color: Brown Pod. HEX triplet: 41, 22 and 14. RGB value is (65,34,20). Sum of RGB (Red+Green+Blue) = 65+34+20=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #412214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412214 is #BEDDEB. Grayscale: #292929. Windows color (decimal): -12508652 or 1319489. OLE color: 1319489.

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

Color convert

RGB 65 34 20 -
CMYK 0 0.48 0.69 0.75
HSL 18.67º 0.53% 0.17% -
HSV(B) 18.67º 0.69% 0.25% -
XYZ 2.88 2.32 0.96 -
YUV 41.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 65 34 20 0 0.48 0.69 0.75 18.67 0.53 0.17
Hex 41 22 14 0 30 45 4B 13 35 11
Octal 101 42 24 0 60 105 113 23 65 21
Binary 1000001 100010 10100 0 110000 1000101 1001011 10011 110101 10001

Color Harmonies of #412214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412214

Black with #412214

Text Example


Text Example

White with #412214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412214; }

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

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

background-color css

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

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

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

border-color css

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

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

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