Html Css Color HEX #41221D Brown Pod

📋 copy color: '#41221D'

red 65 ◦ green 34 ◦ blue 29

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

Shades of Brown Pod #41221D

Tints of Brown Pod #41221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.66%

R = 50.78%
G = 26.56%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41221D (or 0x41221D) is known color: Brown Pod. HEX triplet: 41, 22 and 1D. RGB value is (65,34,29). Sum of RGB (Red+Green+Blue) = 65+34+29=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41221D is #BEDDE2. Grayscale: #2A2A2A. Windows color (decimal): -12508643 or 1909313. OLE color: 1909313.

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

Color convert

RGB 65 34 29 -
CMYK 0 0.48 0.55 0.75
HSL 8.33º 0.38% 0.18% -
HSV(B) 8.33º 0.55% 0.25% -
XYZ 2.97 2.36 1.46 -
YUV 42.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 65 34 29 0 0.48 0.55 0.75 8.33 0.38 0.18
Hex 41 22 1D 0 30 37 4B 8 26 12
Octal 101 42 35 0 60 67 113 10 46 22
Binary 1000001 100010 11101 0 110000 110111 1001011 1000 100110 10010

Color Harmonies of #41221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41221D

Black with #41221D

Text Example


Text Example

White with #41221D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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