Html Css Color HEX #3F221A Brown Pod

📋 copy color: '#3F221A'

red 63 ◦ green 34 ◦ blue 26

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

Shades of Brown Pod #3F221A

Tints of Brown Pod #3F221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 21.14%

R = 51.22%
G = 27.64%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#3F221A (or 0x3F221A) is known color: Brown Pod. HEX triplet: 3F, 22 and 1A. RGB value is (63,34,26). Sum of RGB (Red+Green+Blue) = 63+34+26=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F221A is #C0DDE5. Grayscale: #292929. Windows color (decimal): -12639718 or 1712703. OLE color: 1712703.

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

Color convert

RGB 63 34 26 -
CMYK 0 0.46 0.59 0.75
HSL 12.97º 0.42% 0.17% -
HSV(B) 12.97º 0.59% 0.25% -
XYZ 2.81 2.28 1.27 -
YUV 41.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 63 34 26 0 0.46 0.59 0.75 12.97 0.42 0.17
Hex 3F 22 1A 0 2E 3B 4B D 2A 11
Octal 77 42 32 0 56 73 113 15 52 21
Binary 111111 100010 11010 0 101110 111011 1001011 1101 101010 10001

Color Harmonies of #3F221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F221A

Black with #3F221A

Text Example


Text Example

White with #3F221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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