Html Css Color HEX #3E2812 Bistre

📋 copy color: '#3E2812'

red 62 ◦ green 40 ◦ blue 18

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

Shades of Bistre #3E2812

Tints of Bistre #3E2812

RGB

 RED value IS 62 (24.61% from 255) = 51.67%

 GREEN value IS 40 (16.02% from 255) = 33.33%

 BLUE value IS 18 (7.42% from 255) = 15%

R = 51.67%
G = 33.33%
B = 15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.76

RGB Variations

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

Color information

#3E2812 (or 0x3E2812) is known color: Bistre. HEX triplet: 3E, 28 and 12. RGB value is (62,40,18). Sum of RGB (Red+Green+Blue) = 62+40+18=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2812 is #C1D7ED. Grayscale: #2C2C2C. Windows color (decimal): -12703726 or 1189950. OLE color: 1189950.

HSL color Cylindrical-coordinate representation of color #3E2812: hue angle of 30º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E2812 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 40 18 -
CMYK 0 0.35 0.71 0.76
HSL 30º 0.55% 0.16% -
HSV(B) 30º 0.71% 0.24% -
XYZ 2.85 2.59 0.92 -
YUV 44.07 113.29 140.79 -
System Red Green Blue C M Y K H S L
Decimal 62 40 18 0 0.35 0.71 0.76 30 0.55 0.16
Hex 3E 28 12 0 23 47 4C 1E 37 10
Octal 76 50 22 0 43 107 114 36 67 20
Binary 111110 101000 10010 0 100011 1000111 1001100 11110 110111 10000

Color Harmonies of #3E2812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2812

Black with #3E2812

Text Example


Text Example

White with #3E2812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,40,18); }

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

background-color css

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

 a { background-color: rgb(62,40,18); }

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

border-color css

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

 span { border-color: rgb(62,40,18); }

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