Html Css Color HEX #3F2921 Brown Pod

📋 copy color: '#3F2921'

red 63 ◦ green 41 ◦ blue 33

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

Shades of Brown Pod #3F2921

Tints of Brown Pod #3F2921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.93%

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

R = 45.99%
G = 29.93%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#3F2921 (or 0x3F2921) is known color: Brown Pod. HEX triplet: 3F, 29 and 21. RGB value is (63,41,33). Sum of RGB (Red+Green+Blue) = 63+41+33=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2921 is #C0D6DE. Grayscale: #2E2E2E. Windows color (decimal): -12637919 or 2173247. OLE color: 2173247.

HSL color Cylindrical-coordinate representation of color #3F2921: hue angle of 16º 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 #3F2921 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 41 33 -
CMYK 0 0.35 0.48 0.75
HSL 16º 0.31% 0.19% -
HSV(B) 16º 0.48% 0.25% -
XYZ 3.12 2.75 1.81 -
YUV 46.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 63 41 33 0 0.35 0.48 0.75 16 0.31 0.19
Hex 3F 29 21 0 23 30 4B 10 1F 13
Octal 77 51 41 0 43 60 113 20 37 23
Binary 111111 101001 100001 0 100011 110000 1001011 10000 11111 10011

Color Harmonies of #3F2921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2921

Black with #3F2921

Text Example


Text Example

White with #3F2921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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