Html Css Color HEX #3F2413 Brown Pod

📋 copy color: '#3F2413'

red 63 ◦ green 36 ◦ blue 19

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

Shades of Brown Pod #3F2413

Tints of Brown Pod #3F2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.51%

 BLUE value IS 19 (7.81% from 255) = 16.1%

R = 53.39%
G = 30.51%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#3F2413 (or 0x3F2413) is known color: Brown Pod. HEX triplet: 3F, 24 and 13. RGB value is (63,36,19). Sum of RGB (Red+Green+Blue) = 63+36+19=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2413 is #C0DBEC. Grayscale: #2A2A2A. Windows color (decimal): -12639213 or 1254463. OLE color: 1254463.

HSL color Cylindrical-coordinate representation of color #3F2413: hue angle of 23.18º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F2413 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 36 19 -
CMYK 0 0.43 0.70 0.75
HSL 23.18º 0.54% 0.16% -
HSV(B) 23.18º 0.7% 0.25% -
XYZ 2.8 2.37 0.93 -
YUV 42.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 63 36 19 0 0.43 0.70 0.75 23.18 0.54 0.16
Hex 3F 24 13 0 2B 46 4B 17 36 10
Octal 77 44 23 0 53 106 113 27 66 20
Binary 111111 100100 10011 0 101011 1000110 1001011 10111 110110 10000

Color Harmonies of #3F2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2413

Black with #3F2413

Text Example


Text Example

White with #3F2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,36,19); }

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

background-color css

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

 a { background-color: rgb(63,36,19); }

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

border-color css

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

 span { border-color: rgb(63,36,19); }

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