Html Css Color HEX #41221E Brown Pod

📋 copy color: '#41221E'

red 65 ◦ green 34 ◦ blue 30

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

Shades of Brown Pod #41221E

Tints of Brown Pod #41221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.26%

R = 50.39%
G = 26.36%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41221E (or 0x41221E) is known color: Brown Pod. HEX triplet: 41, 22 and 1E. RGB value is (65,34,30). Sum of RGB (Red+Green+Blue) = 65+34+30=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41221E is #BEDDE1. Grayscale: #2A2A2A. Windows color (decimal): -12508642 or 1974849. OLE color: 1974849.

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

Color convert

RGB 65 34 30 -
CMYK 0 0.48 0.54 0.75
HSL 6.86º 0.37% 0.19% -
HSV(B) 6.86º 0.54% 0.25% -
XYZ 2.99 2.36 1.53 -
YUV 42.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 65 34 30 0 0.48 0.54 0.75 6.86 0.37 0.19
Hex 41 22 1E 0 30 36 4B 7 25 13
Octal 101 42 36 0 60 66 113 7 45 23
Binary 1000001 100010 11110 0 110000 110110 1001011 111 100101 10011

Color Harmonies of #41221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41221E

Black with #41221E

Text Example


Text Example

White with #41221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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