Html Css Color HEX #3F1E10 Brown Pod

📋 copy color: '#3F1E10'

red 63 ◦ green 30 ◦ blue 16

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

Shades of Brown Pod #3F1E10

Tints of Brown Pod #3F1E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.68%

R = 57.8%
G = 27.52%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#3F1E10 (or 0x3F1E10) is known color: Brown Pod. HEX triplet: 3F, 1E and 10. RGB value is (63,30,16). Sum of RGB (Red+Green+Blue) = 63+30+16=109 (14% of max value = 765). Red value is 63 (25% from 255 or 57.80% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1E10 is #C0E1EF. Grayscale: #262626. Windows color (decimal): -12640752 or 1056319. OLE color: 1056319.

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

Color convert

RGB 63 30 16 -
CMYK 0 0.52 0.75 0.75
HSL 17.87º 0.59% 0.15% -
HSV(B) 17.87º 0.75% 0.25% -
XYZ 2.61 2.02 0.74 -
YUV 38.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 63 30 16 0 0.52 0.75 0.75 17.87 0.59 0.15
Hex 3F 1E 10 0 34 4B 4B 12 3B F
Octal 77 36 20 0 64 113 113 22 73 17
Binary 111111 11110 10000 0 110100 1001011 1001011 10010 111011 1111

Color Harmonies of #3F1E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1E10

Black with #3F1E10

Text Example


Text Example

White with #3F1E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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