Html Css Color HEX #3F2418 Brown Pod

📋 copy color: '#3F2418'

red 63 ◦ green 36 ◦ blue 24

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

Shades of Brown Pod #3F2418

Tints of Brown Pod #3F2418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.27%

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

R = 51.22%
G = 29.27%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#3F2418 (or 0x3F2418) is known color: Brown Pod. HEX triplet: 3F, 24 and 18. RGB value is (63,36,24). Sum of RGB (Red+Green+Blue) = 63+36+24=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2418 is #C0DBE7. Grayscale: #2A2A2A. Windows color (decimal): -12639208 or 1582143. OLE color: 1582143.

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

Color convert

RGB 63 36 24 -
CMYK 0 0.43 0.62 0.75
HSL 18.46º 0.45% 0.17% -
HSV(B) 18.46º 0.62% 0.25% -
XYZ 2.85 2.38 1.17 -
YUV 42.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 63 36 24 0 0.43 0.62 0.75 18.46 0.45 0.17
Hex 3F 24 18 0 2B 3E 4B 12 2D 11
Octal 77 44 30 0 53 76 113 22 55 21
Binary 111111 100100 11000 0 101011 111110 1001011 10010 101101 10001

Color Harmonies of #3F2418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2418

Black with #3F2418

Text Example


Text Example

White with #3F2418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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