Html Css Color HEX #3F1A11 Brown Pod

📋 copy color: '#3F1A11'

red 63 ◦ green 26 ◦ blue 17

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

Shades of Brown Pod #3F1A11

Tints of Brown Pod #3F1A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 24.53%

 BLUE value IS 17 (7.03% from 255) = 16.04%

R = 59.43%
G = 24.53%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#3F1A11 (or 0x3F1A11) is known color: Brown Pod. HEX triplet: 3F, 1A and 11. RGB value is (63,26,17). Sum of RGB (Red+Green+Blue) = 63+26+17=106 (14% of max value = 765). Red value is 63 (25% from 255 or 59.43% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1A11 is #C0E5EE. Grayscale: #242424. Windows color (decimal): -12641775 or 1120831. OLE color: 1120831.

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

Color convert

RGB 63 26 17 -
CMYK 0 0.59 0.73 0.75
HSL 11.74º 0.58% 0.16% -
HSV(B) 11.74º 0.73% 0.25% -
XYZ 2.52 1.84 0.75 -
YUV 36.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 63 26 17 0 0.59 0.73 0.75 11.74 0.58 0.16
Hex 3F 1A 11 0 3B 49 4B C 3A 10
Octal 77 32 21 0 73 111 113 14 72 20
Binary 111111 11010 10001 0 111011 1001001 1001011 1100 111010 10000

Color Harmonies of #3F1A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1A11

Black with #3F1A11

Text Example


Text Example

White with #3F1A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,26,17); }

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

background-color css

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

 a { background-color: rgb(63,26,17); }

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

border-color css

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

 span { border-color: rgb(63,26,17); }

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