Html Css Color HEX #3F231B Brown Pod

📋 copy color: '#3F231B'

red 63 ◦ green 35 ◦ blue 27

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

Shades of Brown Pod #3F231B

Tints of Brown Pod #3F231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28%

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

R = 50.4%
G = 28%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#3F231B (or 0x3F231B) is known color: Brown Pod. HEX triplet: 3F, 23 and 1B. RGB value is (63,35,27). Sum of RGB (Red+Green+Blue) = 63+35+27=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F231B is #C0DCE4. Grayscale: #2A2A2A. Windows color (decimal): -12639461 or 1778495. OLE color: 1778495.

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

Color convert

RGB 63 35 27 -
CMYK 0 0.44 0.57 0.75
HSL 13.33º 0.4% 0.18% -
HSV(B) 13.33º 0.57% 0.25% -
XYZ 2.85 2.34 1.34 -
YUV 42.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 63 35 27 0 0.44 0.57 0.75 13.33 0.4 0.18
Hex 3F 23 1B 0 2C 39 4B D 28 12
Octal 77 43 33 0 54 71 113 15 50 22
Binary 111111 100011 11011 0 101100 111001 1001011 1101 101000 10010

Color Harmonies of #3F231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F231B

Black with #3F231B

Text Example


Text Example

White with #3F231B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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