Html Css Color HEX #3F1C15 Brown Pod

📋 copy color: '#3F1C15'

red 63 ◦ green 28 ◦ blue 21

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

Shades of Brown Pod #3F1C15

Tints of Brown Pod #3F1C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25%

 BLUE value IS 21 (8.59% from 255) = 18.75%

R = 56.25%
G = 25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#3F1C15 (or 0x3F1C15) is known color: Brown Pod. HEX triplet: 3F, 1C and 15. RGB value is (63,28,21). Sum of RGB (Red+Green+Blue) = 63+28+21=112 (14% of max value = 765). Red value is 63 (25% from 255 or 56.25% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1C15 is #C0E3EA. Grayscale: #252525. Windows color (decimal): -12641259 or 1383487. OLE color: 1383487.

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

Color convert

RGB 63 28 21 -
CMYK 0 0.56 0.67 0.75
HSL 10º 0.5% 0.16% -
HSV(B) 10º 0.67% 0.25% -
XYZ 2.6 1.94 0.95 -
YUV 37.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 63 28 21 0 0.56 0.67 0.75 10 0.5 0.16
Hex 3F 1C 15 0 38 43 4B A 32 10
Octal 77 34 25 0 70 103 113 12 62 20
Binary 111111 11100 10101 0 111000 1000011 1001011 1010 110010 10000

Color Harmonies of #3F1C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1C15

Black with #3F1C15

Text Example


Text Example

White with #3F1C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,28,21); }

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

background-color css

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

 a { background-color: rgb(63,28,21); }

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

border-color css

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

 span { border-color: rgb(63,28,21); }

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