Html Css Color HEX #3F2412 Brown Pod

📋 copy color: '#3F2412'

red 63 ◦ green 36 ◦ blue 18

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

Shades of Brown Pod #3F2412

Tints of Brown Pod #3F2412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.38%

R = 53.85%
G = 30.77%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#3F2412 (or 0x3F2412) is known color: Brown Pod. HEX triplet: 3F, 24 and 12. RGB value is (63,36,18). Sum of RGB (Red+Green+Blue) = 63+36+18=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2412 is #C0DBED. Grayscale: #2A2A2A. Windows color (decimal): -12639214 or 1188927. OLE color: 1188927.

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

Color convert

RGB 63 36 18 -
CMYK 0 0.43 0.71 0.75
HSL 24º 0.56% 0.16% -
HSV(B) 24º 0.71% 0.25% -
XYZ 2.79 2.36 0.88 -
YUV 42.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 63 36 18 0 0.43 0.71 0.75 24 0.56 0.16
Hex 3F 24 12 0 2B 47 4B 18 38 10
Octal 77 44 22 0 53 107 113 30 70 20
Binary 111111 100100 10010 0 101011 1000111 1001011 11000 111000 10000

Color Harmonies of #3F2412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2412

Black with #3F2412

Text Example


Text Example

White with #3F2412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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