Html Css Color HEX #3F2004 Brown Pod

📋 copy color: '#3F2004'

red 63 ◦ green 32 ◦ blue 4

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

Shades of Brown Pod #3F2004

Tints of Brown Pod #3F2004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.04%

R = 63.64%
G = 32.32%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#3F2004 (or 0x3F2004) is known color: Brown Pod. HEX triplet: 3F, 20 and 04. RGB value is (63,32,4). Sum of RGB (Red+Green+Blue) = 63+32+4=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2004 is #C0DFFB. Grayscale: #262626. Windows color (decimal): -12640252 or 270399. OLE color: 270399.

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

Color convert

RGB 63 32 4 -
CMYK 0 0.49 0.94 0.75
HSL 28.47º 0.88% 0.13% -
HSV(B) 28.47º 0.94% 0.25% -
XYZ 2.59 2.1 0.38 -
YUV 38.08 108.77 145.78 -
System Red Green Blue C M Y K H S L
Decimal 63 32 4 0 0.49 0.94 0.75 28.47 0.88 0.13
Hex 3F 20 4 0 31 5E 4B 1C 58 D
Octal 77 40 4 0 61 136 113 34 130 15
Binary 111111 100000 100 0 110001 1011110 1001011 11100 1011000 1101

Color Harmonies of #3F2004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2004

Black with #3F2004

Text Example


Text Example

White with #3F2004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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