Html Css Color HEX #41211C Brown Pod

📋 copy color: '#41211C'

red 65 ◦ green 33 ◦ blue 28

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

Shades of Brown Pod #41211C

Tints of Brown Pod #41211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.19%

 BLUE value IS 28 (11.33% from 255) = 22.22%

R = 51.59%
G = 26.19%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41211C (or 0x41211C) is known color: Brown Pod. HEX triplet: 41, 21 and 1C. RGB value is (65,33,28). Sum of RGB (Red+Green+Blue) = 65+33+28=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #41211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41211C is #BEDEE3. Grayscale: #2A2A2A. Windows color (decimal): -12508900 or 1843521. OLE color: 1843521.

HSL color Cylindrical-coordinate representation of color #41211C: hue angle of 8.11º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41211C is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 33 28 -
CMYK 0 0.49 0.57 0.75
HSL 8.11º 0.4% 0.18% -
HSV(B) 8.11º 0.57% 0.25% -
XYZ 2.93 2.3 1.39 -
YUV 42 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 65 33 28 0 0.49 0.57 0.75 8.11 0.4 0.18
Hex 41 21 1C 0 31 39 4B 8 28 12
Octal 101 41 34 0 61 71 113 10 50 22
Binary 1000001 100001 11100 0 110001 111001 1001011 1000 101000 10010

Color Harmonies of #41211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41211C

Black with #41211C

Text Example


Text Example

White with #41211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41211C; }

 p { color: rgb(65,33,28); }

 H1.HeaderClassName
 {
   color: #41211C;
 }
 .AnyTagClassName
 {
   color: #41211C;
 }
</style>

background-color css

<style>
 a { background-color: #41211C; }

 a { background-color: rgb(65,33,28); }

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

border-color css

<style>
 span { border-color: #41211C; }

 span { border-color: rgb(65,33,28); }

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