Html Css Color HEX #3F201B Brown Pod

📋 copy color: '#3F201B'

red 63 ◦ green 32 ◦ blue 27

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

Shades of Brown Pod #3F201B

Tints of Brown Pod #3F201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.23%

 BLUE value IS 27 (10.94% from 255) = 22.13%

R = 51.64%
G = 26.23%
B = 22.13%

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

#3F201B (or 0x3F201B) is known color: Brown Pod. HEX triplet: 3F, 20 and 1B. RGB value is (63,32,27). Sum of RGB (Red+Green+Blue) = 63+32+27=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F201B is #C0DFE4. Grayscale: #282828. Windows color (decimal): -12640229 or 1777727. OLE color: 1777727.

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

Color convert

RGB 63 32 27 -
CMYK 0 0.49 0.57 0.75
HSL 8.33º 0.4% 0.18% -
HSV(B) 8.33º 0.57% 0.25% -
XYZ 2.76 2.17 1.31 -
YUV 40.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 63 32 27 0 0.49 0.57 0.75 8.33 0.4 0.18
Hex 3F 20 1B 0 31 39 4B 8 28 12
Octal 77 40 33 0 61 71 113 10 50 22
Binary 111111 100000 11011 0 110001 111001 1001011 1000 101000 10010

Color Harmonies of #3F201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F201B

Black with #3F201B

Text Example


Text Example

White with #3F201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,32,27); }

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

background-color css

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

 a { background-color: rgb(63,32,27); }

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

border-color css

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

 span { border-color: rgb(63,32,27); }

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