Html Css Color HEX #3F211A Brown Pod

📋 copy color: '#3F211A'

red 63 ◦ green 33 ◦ blue 26

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

Shades of Brown Pod #3F211A

Tints of Brown Pod #3F211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.05%

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

R = 51.64%
G = 27.05%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#3F211A (or 0x3F211A) is known color: Brown Pod. HEX triplet: 3F, 21 and 1A. RGB value is (63,33,26). Sum of RGB (Red+Green+Blue) = 63+33+26=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F211A is #C0DEE5. Grayscale: #292929. Windows color (decimal): -12639974 or 1712447. OLE color: 1712447.

HSL color Cylindrical-coordinate representation of color #3F211A: hue angle of 11.35º 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 #3F211A is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 33 26 -
CMYK 0 0.48 0.59 0.75
HSL 11.35º 0.42% 0.17% -
HSV(B) 11.35º 0.59% 0.25% -
XYZ 2.78 2.22 1.26 -
YUV 41.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 63 33 26 0 0.48 0.59 0.75 11.35 0.42 0.17
Hex 3F 21 1A 0 30 3B 4B B 2A 11
Octal 77 41 32 0 60 73 113 13 52 21
Binary 111111 100001 11010 0 110000 111011 1001011 1011 101010 10001

Color Harmonies of #3F211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F211A

Black with #3F211A

Text Example


Text Example

White with #3F211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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