Html Css Color HEX #3F2210 Brown Pod

📋 copy color: '#3F2210'

red 63 ◦ green 34 ◦ blue 16

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

Shades of Brown Pod #3F2210

Tints of Brown Pod #3F2210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.16%

R = 55.75%
G = 30.09%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#3F2210 (or 0x3F2210) is known color: Brown Pod. HEX triplet: 3F, 22 and 10. RGB value is (63,34,16). Sum of RGB (Red+Green+Blue) = 63+34+16=113 (14% of max value = 765). Red value is 63 (25% from 255 or 55.75% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2210 is #C0DDEF. Grayscale: #282828. Windows color (decimal): -12639728 or 1057343. OLE color: 1057343.

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

Color convert

RGB 63 34 16 -
CMYK 0 0.46 0.75 0.75
HSL 22.98º 0.59% 0.15% -
HSV(B) 22.98º 0.75% 0.25% -
XYZ 2.72 2.24 0.78 -
YUV 40.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 63 34 16 0 0.46 0.75 0.75 22.98 0.59 0.15
Hex 3F 22 10 0 2E 4B 4B 17 3B F
Octal 77 42 20 0 56 113 113 27 73 17
Binary 111111 100010 10000 0 101110 1001011 1001011 10111 111011 1111

Color Harmonies of #3F2210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2210

Black with #3F2210

Text Example


Text Example

White with #3F2210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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