Html Css Color HEX #41220E Brown Pod

📋 copy color: '#41220E'

red 65 ◦ green 34 ◦ blue 14

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

Shades of Brown Pod #41220E

Tints of Brown Pod #41220E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.39%

R = 57.52%
G = 30.09%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41220E (or 0x41220E) is known color: Brown Pod. HEX triplet: 41, 22 and 0E. RGB value is (65,34,14). Sum of RGB (Red+Green+Blue) = 65+34+14=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41220E is #BEDDF1. Grayscale: #292929. Windows color (decimal): -12508658 or 926273. OLE color: 926273.

HSL color Cylindrical-coordinate representation of color #41220E: hue angle of 23.53º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41220E is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 34 14 -
CMYK 0 0.48 0.78 0.75
HSL 23.53º 0.65% 0.15% -
HSV(B) 23.53º 0.78% 0.25% -
XYZ 2.83 2.3 0.71 -
YUV 40.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 65 34 14 0 0.48 0.78 0.75 23.53 0.65 0.15
Hex 41 22 E 0 30 4E 4B 18 41 F
Octal 101 42 16 0 60 116 113 30 101 17
Binary 1000001 100010 1110 0 110000 1001110 1001011 11000 1000001 1111

Color Harmonies of #41220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41220E

Black with #41220E

Text Example


Text Example

White with #41220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41220E; }

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

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

background-color css

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

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

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

border-color css

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

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

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