Html Css Color HEX #3F1E11 Brown Pod

📋 copy color: '#3F1E11'

red 63 ◦ green 30 ◦ blue 17

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

Shades of Brown Pod #3F1E11

Tints of Brown Pod #3F1E11

RGB

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

 GREEN value IS 30 (12.11% from 255) = 27.27%

 BLUE value IS 17 (7.03% from 255) = 15.45%

R = 57.27%
G = 27.27%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#3F1E11 (or 0x3F1E11) is known color: Brown Pod. HEX triplet: 3F, 1E and 11. RGB value is (63,30,17). Sum of RGB (Red+Green+Blue) = 63+30+17=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1E11 is #C0E1EE. Grayscale: #262626. Windows color (decimal): -12640751 or 1121855. OLE color: 1121855.

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

Color convert

RGB 63 30 17 -
CMYK 0 0.52 0.73 0.75
HSL 16.96º 0.58% 0.16% -
HSV(B) 16.96º 0.73% 0.25% -
XYZ 2.62 2.03 0.78 -
YUV 38.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 63 30 17 0 0.52 0.73 0.75 16.96 0.58 0.16
Hex 3F 1E 11 0 34 49 4B 11 3A 10
Octal 77 36 21 0 64 111 113 21 72 20
Binary 111111 11110 10001 0 110100 1001001 1001011 10001 111010 10000

Color Harmonies of #3F1E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1E11

Black with #3F1E11

Text Example


Text Example

White with #3F1E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,30,17); }

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

background-color css

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

 a { background-color: rgb(63,30,17); }

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

border-color css

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

 span { border-color: rgb(63,30,17); }

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