Html Css Color HEX #3F221D Brown Pod

📋 copy color: '#3F221D'

red 63 ◦ green 34 ◦ blue 29

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

Shades of Brown Pod #3F221D

Tints of Brown Pod #3F221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.02%

R = 50%
G = 26.98%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#3F221D (or 0x3F221D) is known color: Brown Pod. HEX triplet: 3F, 22 and 1D. RGB value is (63,34,29). Sum of RGB (Red+Green+Blue) = 63+34+29=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F221D is #C0DDE2. Grayscale: #2A2A2A. Windows color (decimal): -12639715 or 1909311. OLE color: 1909311.

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

Color convert

RGB 63 34 29 -
CMYK 0 0.46 0.54 0.75
HSL 8.82º 0.37% 0.18% -
HSV(B) 8.82º 0.54% 0.25% -
XYZ 2.84 2.29 1.45 -
YUV 42.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 63 34 29 0 0.46 0.54 0.75 8.82 0.37 0.18
Hex 3F 22 1D 0 2E 36 4B 9 25 12
Octal 77 42 35 0 56 66 113 11 45 22
Binary 111111 100010 11101 0 101110 110110 1001011 1001 100101 10010

Color Harmonies of #3F221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F221D

Black with #3F221D

Text Example


Text Example

White with #3F221D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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