Html Css Color HEX #3F2009 Brown Pod

📋 copy color: '#3F2009'

red 63 ◦ green 32 ◦ blue 9

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

Shades of Brown Pod #3F2009

Tints of Brown Pod #3F2009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.65%

R = 60.58%
G = 30.77%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#3F2009 (or 0x3F2009) is known color: Brown Pod. HEX triplet: 3F, 20 and 09. RGB value is (63,32,9). Sum of RGB (Red+Green+Blue) = 63+32+9=104 (13% of max value = 765). Red value is 63 (25% from 255 or 60.58% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2009 is #C0DFF6. Grayscale: #262626. Windows color (decimal): -12640247 or 598079. OLE color: 598079.

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

Color convert

RGB 63 32 9 -
CMYK 0 0.49 0.86 0.75
HSL 25.56º 0.75% 0.14% -
HSV(B) 25.56º 0.86% 0.25% -
XYZ 2.62 2.11 0.53 -
YUV 38.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 63 32 9 0 0.49 0.86 0.75 25.56 0.75 0.14
Hex 3F 20 9 0 31 56 4B 1A 4B E
Octal 77 40 11 0 61 126 113 32 113 16
Binary 111111 100000 1001 0 110001 1010110 1001011 11010 1001011 1110

Color Harmonies of #3F2009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2009

Black with #3F2009

Text Example


Text Example

White with #3F2009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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