Html Css Color HEX #3F2517 Brown Pod

📋 copy color: '#3F2517'

red 63 ◦ green 37 ◦ blue 23

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

Shades of Brown Pod #3F2517

Tints of Brown Pod #3F2517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.08%

 BLUE value IS 23 (9.38% from 255) = 18.7%

R = 51.22%
G = 30.08%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#3F2517 (or 0x3F2517) is known color: Brown Pod. HEX triplet: 3F, 25 and 17. RGB value is (63,37,23). Sum of RGB (Red+Green+Blue) = 63+37+23=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2517 is #C0DAE8. Grayscale: #2B2B2B. Windows color (decimal): -12638953 or 1516863. OLE color: 1516863.

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

Color convert

RGB 63 37 23 -
CMYK 0 0.41 0.63 0.75
HSL 21º 0.47% 0.17% -
HSV(B) 21º 0.63% 0.25% -
XYZ 2.87 2.44 1.13 -
YUV 43.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 63 37 23 0 0.41 0.63 0.75 21 0.47 0.17
Hex 3F 25 17 0 29 3F 4B 15 2F 11
Octal 77 45 27 0 51 77 113 25 57 21
Binary 111111 100101 10111 0 101001 111111 1001011 10101 101111 10001

Color Harmonies of #3F2517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2517

Black with #3F2517

Text Example


Text Example

White with #3F2517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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