Html Css Color HEX #3F220C Brown Pod

📋 copy color: '#3F220C'

red 63 ◦ green 34 ◦ blue 12

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

Shades of Brown Pod #3F220C

Tints of Brown Pod #3F220C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.19%

 BLUE value IS 12 (5.08% from 255) = 11.01%

R = 57.8%
G = 31.19%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#3F220C (or 0x3F220C) is known color: Brown Pod. HEX triplet: 3F, 22 and 0C. RGB value is (63,34,12). Sum of RGB (Red+Green+Blue) = 63+34+12=109 (14% of max value = 765). Red value is 63 (25% from 255 or 57.80% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 63 - color contains mainly: red. Hex color #3F220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F220C is #C0DDF3. Grayscale: #282828. Windows color (decimal): -12639732 or 795199. OLE color: 795199.

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

Color convert

RGB 63 34 12 -
CMYK 0 0.46 0.81 0.75
HSL 25.88º 0.68% 0.15% -
HSV(B) 25.88º 0.81% 0.25% -
XYZ 2.69 2.23 0.64 -
YUV 40.16 112.11 144.29 -
System Red Green Blue C M Y K H S L
Decimal 63 34 12 0 0.46 0.81 0.75 25.88 0.68 0.15
Hex 3F 22 C 0 2E 51 4B 1A 44 F
Octal 77 42 14 0 56 121 113 32 104 17
Binary 111111 100010 1100 0 101110 1010001 1001011 11010 1000100 1111

Color Harmonies of #3F220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F220C

Black with #3F220C

Text Example


Text Example

White with #3F220C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,34,12); }

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

background-color css

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

 a { background-color: rgb(63,34,12); }

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

border-color css

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

 span { border-color: rgb(63,34,12); }

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