Html Css Color HEX #41221A Brown Pod

📋 copy color: '#41221A'

red 65 ◦ green 34 ◦ blue 26

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

Shades of Brown Pod #41221A

Tints of Brown Pod #41221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.8%

R = 52%
G = 27.2%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#41221A (or 0x41221A) is known color: Brown Pod. HEX triplet: 41, 22 and 1A. RGB value is (65,34,26). Sum of RGB (Red+Green+Blue) = 65+34+26=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #41221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41221A is #BEDDE5. Grayscale: #2A2A2A. Windows color (decimal): -12508646 or 1712705. OLE color: 1712705.

HSL color Cylindrical-coordinate representation of color #41221A: hue angle of 12.31º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41221A is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 34 26 -
CMYK 0 0.48 0.60 0.75
HSL 12.31º 0.43% 0.18% -
HSV(B) 12.31º 0.6% 0.25% -
XYZ 2.94 2.34 1.27 -
YUV 42.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 65 34 26 0 0.48 0.60 0.75 12.31 0.43 0.18
Hex 41 22 1A 0 30 3C 4B C 2B 12
Octal 101 42 32 0 60 74 113 14 53 22
Binary 1000001 100010 11010 0 110000 111100 1001011 1100 101011 10010

Color Harmonies of #41221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41221A

Black with #41221A

Text Example


Text Example

White with #41221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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