Html Css Color HEX #412321 Brown Pod

📋 copy color: '#412321'

red 65 ◦ green 35 ◦ blue 33

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

Shades of Brown Pod #412321

Tints of Brown Pod #412321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.32%

 BLUE value IS 33 (13.28% from 255) = 24.81%

R = 48.87%
G = 26.32%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#412321 (or 0x412321) is known color: Brown Pod. HEX triplet: 41, 23 and 21. RGB value is (65,35,33). Sum of RGB (Red+Green+Blue) = 65+35+33=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #412321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412321 is #BEDCDE. Grayscale: #2B2B2B. Windows color (decimal): -12508383 or 2171713. OLE color: 2171713.

HSL color Cylindrical-coordinate representation of color #412321: hue angle of 3.75º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412321 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 35 33 -
CMYK 0 0.46 0.49 0.75
HSL 3.75º 0.33% 0.19% -
HSV(B) 3.75º 0.49% 0.25% -
XYZ 3.06 2.44 1.75 -
YUV 43.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 65 35 33 0 0.46 0.49 0.75 3.75 0.33 0.19
Hex 41 23 21 0 2E 31 4B 4 21 13
Octal 101 43 41 0 56 61 113 4 41 23
Binary 1000001 100011 100001 0 101110 110001 1001011 100 100001 10011

Color Harmonies of #412321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412321

Black with #412321

Text Example


Text Example

White with #412321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412321; }

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

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

background-color css

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

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

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

border-color css

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

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

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