Html Css Color HEX #3F221B Brown Pod

📋 copy color: '#3F221B'

red 63 ◦ green 34 ◦ blue 27

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

Shades of Brown Pod #3F221B

Tints of Brown Pod #3F221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.77%

R = 50.81%
G = 27.42%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#3F221B (or 0x3F221B) is known color: Brown Pod. HEX triplet: 3F, 22 and 1B. RGB value is (63,34,27). Sum of RGB (Red+Green+Blue) = 63+34+27=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F221B is #C0DDE4. Grayscale: #292929. Windows color (decimal): -12639717 or 1778239. OLE color: 1778239.

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

Color convert

RGB 63 34 27 -
CMYK 0 0.46 0.57 0.75
HSL 11.67º 0.4% 0.18% -
HSV(B) 11.67º 0.57% 0.25% -
XYZ 2.82 2.28 1.33 -
YUV 41.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 63 34 27 0 0.46 0.57 0.75 11.67 0.4 0.18
Hex 3F 22 1B 0 2E 39 4B C 28 12
Octal 77 42 33 0 56 71 113 14 50 22
Binary 111111 100010 11011 0 101110 111001 1001011 1100 101000 10010

Color Harmonies of #3F221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F221B

Black with #3F221B

Text Example


Text Example

White with #3F221B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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