Html Css Color HEX #3F1B16 Brown Pod

📋 copy color: '#3F1B16'

red 63 ◦ green 27 ◦ blue 22

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

Shades of Brown Pod #3F1B16

Tints of Brown Pod #3F1B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.11%

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

R = 56.25%
G = 24.11%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#3F1B16 (or 0x3F1B16) is known color: Brown Pod. HEX triplet: 3F, 1B and 16. RGB value is (63,27,22). Sum of RGB (Red+Green+Blue) = 63+27+22=112 (14% of max value = 765). Red value is 63 (25% from 255 or 56.25% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1B16 is #C0E4E9. Grayscale: #252525. Windows color (decimal): -12641514 or 1448767. OLE color: 1448767.

HSL color Cylindrical-coordinate representation of color #3F1B16: hue angle of 7.32º 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 #3F1B16 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 27 22 -
CMYK 0 0.57 0.65 0.75
HSL 7.32º 0.48% 0.17% -
HSV(B) 7.32º 0.65% 0.25% -
XYZ 2.59 1.9 0.99 -
YUV 37.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 63 27 22 0 0.57 0.65 0.75 7.32 0.48 0.17
Hex 3F 1B 16 0 39 41 4B 7 30 11
Octal 77 33 26 0 71 101 113 7 60 21
Binary 111111 11011 10110 0 111001 1000001 1001011 111 110000 10001

Color Harmonies of #3F1B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1B16

Black with #3F1B16

Text Example


Text Example

White with #3F1B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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