Html Css Color HEX #3F2316 Brown Pod

📋 copy color: '#3F2316'

red 63 ◦ green 35 ◦ blue 22

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

Shades of Brown Pod #3F2316

Tints of Brown Pod #3F2316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.17%

 BLUE value IS 22 (8.98% from 255) = 18.33%

R = 52.5%
G = 29.17%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#3F2316 (or 0x3F2316) is known color: Brown Pod. HEX triplet: 3F, 23 and 16. RGB value is (63,35,22). Sum of RGB (Red+Green+Blue) = 63+35+22=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2316 is #C0DCE9. Grayscale: #292929. Windows color (decimal): -12639466 or 1450815. OLE color: 1450815.

HSL color Cylindrical-coordinate representation of color #3F2316: hue angle of 19.02º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F2316 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 35 22 -
CMYK 0 0.44 0.65 0.75
HSL 19.02º 0.48% 0.17% -
HSV(B) 19.02º 0.65% 0.25% -
XYZ 2.8 2.32 1.06 -
YUV 41.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 63 35 22 0 0.44 0.65 0.75 19.02 0.48 0.17
Hex 3F 23 16 0 2C 41 4B 13 30 11
Octal 77 43 26 0 54 101 113 23 60 21
Binary 111111 100011 10110 0 101100 1000001 1001011 10011 110000 10001

Color Harmonies of #3F2316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2316

Black with #3F2316

Text Example


Text Example

White with #3F2316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,35,22); }

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

background-color css

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

 a { background-color: rgb(63,35,22); }

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

border-color css

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

 span { border-color: rgb(63,35,22); }

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