Html Css Color HEX #3E2913 Bistre

📋 copy color: '#3E2913'

red 62 ◦ green 41 ◦ blue 19

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

Shades of Bistre #3E2913

Tints of Bistre #3E2913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.61%

 BLUE value IS 19 (7.81% from 255) = 15.57%

R = 50.82%
G = 33.61%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.76

RGB Variations

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

Color information

#3E2913 (or 0x3E2913) is known color: Bistre. HEX triplet: 3E, 29 and 13. RGB value is (62,41,19). Sum of RGB (Red+Green+Blue) = 62+41+19=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2913 is #C1D6EC. Grayscale: #2C2C2C. Windows color (decimal): -12703469 or 1255742. OLE color: 1255742.

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

Color convert

RGB 62 41 19 -
CMYK 0 0.34 0.69 0.76
HSL 30.7º 0.53% 0.16% -
HSV(B) 30.7º 0.69% 0.24% -
XYZ 2.9 2.66 0.98 -
YUV 44.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 62 41 19 0 0.34 0.69 0.76 30.7 0.53 0.16
Hex 3E 29 13 0 22 45 4C 1F 35 10
Octal 76 51 23 0 42 105 114 37 65 20
Binary 111110 101001 10011 0 100010 1000101 1001100 11111 110101 10000

Color Harmonies of #3E2913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2913

Black with #3E2913

Text Example


Text Example

White with #3E2913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,41,19); }

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

background-color css

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

 a { background-color: rgb(62,41,19); }

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

border-color css

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

 span { border-color: rgb(62,41,19); }

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