Html Css Color HEX #3F2219 Brown Pod

📋 copy color: '#3F2219'

red 63 ◦ green 34 ◦ blue 25

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

Shades of Brown Pod #3F2219

Tints of Brown Pod #3F2219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.49%

R = 51.64%
G = 27.87%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#3F2219 (or 0x3F2219) is known color: Brown Pod. HEX triplet: 3F, 22 and 19. RGB value is (63,34,25). Sum of RGB (Red+Green+Blue) = 63+34+25=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2219 is #C0DDE6. Grayscale: #292929. Windows color (decimal): -12639719 or 1647167. OLE color: 1647167.

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

Color convert

RGB 63 34 25 -
CMYK 0 0.46 0.60 0.75
HSL 14.21º 0.43% 0.17% -
HSV(B) 14.21º 0.6% 0.25% -
XYZ 2.8 2.27 1.21 -
YUV 41.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 63 34 25 0 0.46 0.60 0.75 14.21 0.43 0.17
Hex 3F 22 19 0 2E 3C 4B E 2B 11
Octal 77 42 31 0 56 74 113 16 53 21
Binary 111111 100010 11001 0 101110 111100 1001011 1110 101011 10001

Color Harmonies of #3F2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2219

Black with #3F2219

Text Example


Text Example

White with #3F2219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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