Html Css Color HEX #3F2015 Brown Pod

📋 copy color: '#3F2015'

red 63 ◦ green 32 ◦ blue 21

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

Shades of Brown Pod #3F2015

Tints of Brown Pod #3F2015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.1%

R = 54.31%
G = 27.59%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#3F2015 (or 0x3F2015) is known color: Brown Pod. HEX triplet: 3F, 20 and 15. RGB value is (63,32,21). Sum of RGB (Red+Green+Blue) = 63+32+21=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2015 is #C0DFEA. Grayscale: #282828. Windows color (decimal): -12640235 or 1384511. OLE color: 1384511.

HSL color Cylindrical-coordinate representation of color #3F2015: hue angle of 15.71º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F2015 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 32 21 -
CMYK 0 0.49 0.67 0.75
HSL 15.71º 0.5% 0.16% -
HSV(B) 15.71º 0.67% 0.25% -
XYZ 2.7 2.14 0.98 -
YUV 40.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 63 32 21 0 0.49 0.67 0.75 15.71 0.5 0.16
Hex 3F 20 15 0 31 43 4B 10 32 10
Octal 77 40 25 0 61 103 113 20 62 20
Binary 111111 100000 10101 0 110001 1000011 1001011 10000 110010 10000

Color Harmonies of #3F2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2015

Black with #3F2015

Text Example


Text Example

White with #3F2015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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