Html Css Color HEX #3F2518 Brown Pod

📋 copy color: '#3F2518'

red 63 ◦ green 37 ◦ blue 24

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

Shades of Brown Pod #3F2518

Tints of Brown Pod #3F2518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.35%

R = 50.81%
G = 29.84%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#3F2518 (or 0x3F2518) is known color: Brown Pod. HEX triplet: 3F, 25 and 18. RGB value is (63,37,24). Sum of RGB (Red+Green+Blue) = 63+37+24=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2518 is #C0DAE7. Grayscale: #2B2B2B. Windows color (decimal): -12638952 or 1582399. OLE color: 1582399.

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

Color convert

RGB 63 37 24 -
CMYK 0 0.41 0.62 0.75
HSL 20º 0.45% 0.17% -
HSV(B) 20º 0.62% 0.25% -
XYZ 2.88 2.45 1.18 -
YUV 43.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 63 37 24 0 0.41 0.62 0.75 20 0.45 0.17
Hex 3F 25 18 0 29 3E 4B 14 2D 11
Octal 77 45 30 0 51 76 113 24 55 21
Binary 111111 100101 11000 0 101001 111110 1001011 10100 101101 10001

Color Harmonies of #3F2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2518

Black with #3F2518

Text Example


Text Example

White with #3F2518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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