Html Css Color HEX #3F231C Brown Pod

📋 copy color: '#3F231C'

red 63 ◦ green 35 ◦ blue 28

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

Shades of Brown Pod #3F231C

Tints of Brown Pod #3F231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.22%

R = 50%
G = 27.78%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#3F231C (or 0x3F231C) is known color: Brown Pod. HEX triplet: 3F, 23 and 1C. RGB value is (63,35,28). Sum of RGB (Red+Green+Blue) = 63+35+28=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F231C is #C0DCE3. Grayscale: #2A2A2A. Windows color (decimal): -12639460 or 1844031. OLE color: 1844031.

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

Color convert

RGB 63 35 28 -
CMYK 0 0.44 0.56 0.75
HSL 12º 0.38% 0.18% -
HSV(B) 12º 0.56% 0.25% -
XYZ 2.86 2.34 1.4 -
YUV 42.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 63 35 28 0 0.44 0.56 0.75 12 0.38 0.18
Hex 3F 23 1C 0 2C 38 4B C 26 12
Octal 77 43 34 0 54 70 113 14 46 22
Binary 111111 100011 11100 0 101100 111000 1001011 1100 100110 10010

Color Harmonies of #3F231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F231C

Black with #3F231C

Text Example


Text Example

White with #3F231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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