Html Css Color HEX #3F231E Brown Pod

📋 copy color: '#3F231E'

red 63 ◦ green 35 ◦ blue 30

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

Shades of Brown Pod #3F231E

Tints of Brown Pod #3F231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.44%

R = 49.22%
G = 27.34%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#3F231E (or 0x3F231E) is known color: Brown Pod. HEX triplet: 3F, 23 and 1E. RGB value is (63,35,30). Sum of RGB (Red+Green+Blue) = 63+35+30=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F231E is #C0DCE1. Grayscale: #2A2A2A. Windows color (decimal): -12639458 or 1975103. OLE color: 1975103.

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

Color convert

RGB 63 35 30 -
CMYK 0 0.44 0.52 0.75
HSL 9.09º 0.35% 0.18% -
HSV(B) 9.09º 0.52% 0.25% -
XYZ 2.89 2.35 1.53 -
YUV 42.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 63 35 30 0 0.44 0.52 0.75 9.09 0.35 0.18
Hex 3F 23 1E 0 2C 34 4B 9 23 12
Octal 77 43 36 0 54 64 113 11 43 22
Binary 111111 100011 11110 0 101100 110100 1001011 1001 100011 10010

Color Harmonies of #3F231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F231E

Black with #3F231E

Text Example


Text Example

White with #3F231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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