Html Css Color HEX #3F2821 Brown Pod

📋 copy color: '#3F2821'

red 63 ◦ green 40 ◦ blue 33

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

Shades of Brown Pod #3F2821

Tints of Brown Pod #3F2821

RGB

 RED value IS 63 (25% from 255) = 46.32%

 GREEN value IS 40 (16.02% from 255) = 29.41%

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

R = 46.32%
G = 29.41%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#3F2821 (or 0x3F2821) is known color: Brown Pod. HEX triplet: 3F, 28 and 21. RGB value is (63,40,33). Sum of RGB (Red+Green+Blue) = 63+40+33=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2821 is #C0D7DE. Grayscale: #2E2E2E. Windows color (decimal): -12638175 or 2172991. OLE color: 2172991.

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

Color convert

RGB 63 40 33 -
CMYK 0 0.37 0.48 0.75
HSL 14º 0.31% 0.19% -
HSV(B) 14º 0.48% 0.25% -
XYZ 3.08 2.68 1.79 -
YUV 46.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 63 40 33 0 0.37 0.48 0.75 14 0.31 0.19
Hex 3F 28 21 0 25 30 4B E 1F 13
Octal 77 50 41 0 45 60 113 16 37 23
Binary 111111 101000 100001 0 100101 110000 1001011 1110 11111 10011

Color Harmonies of #3F2821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2821

Black with #3F2821

Text Example


Text Example

White with #3F2821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F2821; }

 p { color: rgb(63,40,33); }

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

background-color css

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

 a { background-color: rgb(63,40,33); }

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

border-color css

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

 span { border-color: rgb(63,40,33); }

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