Html Css Color HEX #3F2007 Brown Pod

📋 copy color: '#3F2007'

red 63 ◦ green 32 ◦ blue 7

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

Shades of Brown Pod #3F2007

Tints of Brown Pod #3F2007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.86%

R = 61.76%
G = 31.37%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#3F2007 (or 0x3F2007) is known color: Brown Pod. HEX triplet: 3F, 20 and 07. RGB value is (63,32,7). Sum of RGB (Red+Green+Blue) = 63+32+7=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2007 is #C0DFF8. Grayscale: #262626. Windows color (decimal): -12640249 or 467007. OLE color: 467007.

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

Color convert

RGB 63 32 7 -
CMYK 0 0.49 0.89 0.75
HSL 26.79º 0.8% 0.14% -
HSV(B) 26.79º 0.89% 0.25% -
XYZ 2.6 2.11 0.47 -
YUV 38.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 63 32 7 0 0.49 0.89 0.75 26.79 0.8 0.14
Hex 3F 20 7 0 31 59 4B 1B 50 E
Octal 77 40 7 0 61 131 113 33 120 16
Binary 111111 100000 111 0 110001 1011001 1001011 11011 1010000 1110

Color Harmonies of #3F2007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2007

Black with #3F2007

Text Example


Text Example

White with #3F2007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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