Html Css Color HEX #3F170D Brown Pod

📋 copy color: '#3F170D'

red 63 ◦ green 23 ◦ blue 13

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

Shades of Brown Pod #3F170D

Tints of Brown Pod #3F170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.23%

 BLUE value IS 13 (5.47% from 255) = 13.13%

R = 63.64%
G = 23.23%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.75

RGB Variations

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

Color information

#3F170D (or 0x3F170D) is known color: Brown Pod. HEX triplet: 3F, 17 and 0D. RGB value is (63,23,13). Sum of RGB (Red+Green+Blue) = 63+23+13=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F170D is #C0E8F2. Grayscale: #212121. Windows color (decimal): -12642547 or 857919. OLE color: 857919.

HSL color Cylindrical-coordinate representation of color #3F170D: hue angle of 12º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F170D is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 23 13 -
CMYK 0 0.63 0.79 0.75
HSL 12º 0.66% 0.15% -
HSV(B) 12º 0.79% 0.25% -
XYZ 2.43 1.7 0.58 -
YUV 33.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 63 23 13 0 0.63 0.79 0.75 12 0.66 0.15
Hex 3F 17 D 0 3F 4F 4B C 42 F
Octal 77 27 15 0 77 117 113 14 102 17
Binary 111111 10111 1101 0 111111 1001111 1001011 1100 1000010 1111

Color Harmonies of #3F170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F170D

Black with #3F170D

Text Example


Text Example

White with #3F170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,23,13); }

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

background-color css

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

 a { background-color: rgb(63,23,13); }

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

border-color css

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

 span { border-color: rgb(63,23,13); }

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