Html Css Color HEX #41221F Brown Pod

📋 copy color: '#41221F'

red 65 ◦ green 34 ◦ blue 31

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

Shades of Brown Pod #41221F

Tints of Brown Pod #41221F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.85%

R = 50%
G = 26.15%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41221F (or 0x41221F) is known color: Brown Pod. HEX triplet: 41, 22 and 1F. RGB value is (65,34,31). Sum of RGB (Red+Green+Blue) = 65+34+31=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41221F is #BEDDE0. Grayscale: #2A2A2A. Windows color (decimal): -12508641 or 2040385. OLE color: 2040385.

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

Color convert

RGB 65 34 31 -
CMYK 0 0.48 0.52 0.75
HSL 5.29º 0.35% 0.19% -
HSV(B) 5.29º 0.52% 0.25% -
XYZ 3 2.37 1.6 -
YUV 42.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 65 34 31 0 0.48 0.52 0.75 5.29 0.35 0.19
Hex 41 22 1F 0 30 34 4B 5 23 13
Octal 101 42 37 0 60 64 113 5 43 23
Binary 1000001 100010 11111 0 110000 110100 1001011 101 100011 10011

Color Harmonies of #41221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41221F

Black with #41221F

Text Example


Text Example

White with #41221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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