Html Css Color HEX #3D2515 Bistre

📋 copy color: '#3D2515'

red 61 ◦ green 37 ◦ blue 21

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

Shades of Bistre #3D2515

Tints of Bistre #3D2515

RGB

 RED value IS 61 (24.22% from 255) = 51.26%

 GREEN value IS 37 (14.84% from 255) = 31.09%

 BLUE value IS 21 (8.59% from 255) = 17.65%

R = 51.26%
G = 31.09%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.76

RGB Variations

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

Color information

#3D2515 (or 0x3D2515) is known color: Bistre. HEX triplet: 3D, 25 and 15. RGB value is (61,37,21). Sum of RGB (Red+Green+Blue) = 61+37+21=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2515 is #C2DAEA. Grayscale: #2A2A2A. Windows color (decimal): -12770027 or 1385789. OLE color: 1385789.

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

Color convert

RGB 61 37 21 -
CMYK 0 0.39 0.66 0.76
HSL 24º 0.49% 0.16% -
HSV(B) 24º 0.66% 0.24% -
XYZ 2.72 2.37 1.02 -
YUV 42.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 61 37 21 0 0.39 0.66 0.76 24 0.49 0.16
Hex 3D 25 15 0 27 42 4C 18 31 10
Octal 75 45 25 0 47 102 114 30 61 20
Binary 111101 100101 10101 0 100111 1000010 1001100 11000 110001 10000

Color Harmonies of #3D2515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2515

Black with #3D2515

Text Example


Text Example

White with #3D2515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,37,21); }

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

background-color css

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

 a { background-color: rgb(61,37,21); }

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

border-color css

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

 span { border-color: rgb(61,37,21); }

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