Html Css Color HEX #3F211C Brown Pod

📋 copy color: '#3F211C'

red 63 ◦ green 33 ◦ blue 28

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

Shades of Brown Pod #3F211C

Tints of Brown Pod #3F211C

RGB

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

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

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

R = 50.81%
G = 26.61%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#3F211C (or 0x3F211C) is known color: Brown Pod. HEX triplet: 3F, 21 and 1C. RGB value is (63,33,28). Sum of RGB (Red+Green+Blue) = 63+33+28=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F211C is #C0DEE3. Grayscale: #292929. Windows color (decimal): -12639972 or 1843519. OLE color: 1843519.

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

Color convert

RGB 63 33 28 -
CMYK 0 0.48 0.56 0.75
HSL 8.57º 0.38% 0.18% -
HSV(B) 8.57º 0.56% 0.25% -
XYZ 2.8 2.23 1.38 -
YUV 41.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 63 33 28 0 0.48 0.56 0.75 8.57 0.38 0.18
Hex 3F 21 1C 0 30 38 4B 9 26 12
Octal 77 41 34 0 60 70 113 11 46 22
Binary 111111 100001 11100 0 110000 111000 1001011 1001 100110 10010

Color Harmonies of #3F211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F211C

Black with #3F211C

Text Example


Text Example

White with #3F211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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