Html Css Color HEX #3F2013 Brown Pod

📋 copy color: '#3F2013'

red 63 ◦ green 32 ◦ blue 19

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

Shades of Brown Pod #3F2013

Tints of Brown Pod #3F2013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.67%

R = 55.26%
G = 28.07%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#3F2013 (or 0x3F2013) is known color: Brown Pod. HEX triplet: 3F, 20 and 13. RGB value is (63,32,19). Sum of RGB (Red+Green+Blue) = 63+32+19=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2013 is #C0DFEC. Grayscale: #272727. Windows color (decimal): -12640237 or 1253439. OLE color: 1253439.

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

Color convert

RGB 63 32 19 -
CMYK 0 0.49 0.70 0.75
HSL 17.73º 0.54% 0.16% -
HSV(B) 17.73º 0.7% 0.25% -
XYZ 2.68 2.14 0.89 -
YUV 39.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 63 32 19 0 0.49 0.70 0.75 17.73 0.54 0.16
Hex 3F 20 13 0 31 46 4B 12 36 10
Octal 77 40 23 0 61 106 113 22 66 20
Binary 111111 100000 10011 0 110001 1000110 1001011 10010 110110 10000

Color Harmonies of #3F2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2013

Black with #3F2013

Text Example


Text Example

White with #3F2013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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