Html Css Color HEX #3D2015 Brown Pod

📋 copy color: '#3D2015'

red 61 ◦ green 32 ◦ blue 21

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

Shades of Brown Pod #3D2015

Tints of Brown Pod #3D2015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.07%

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

R = 53.51%
G = 28.07%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.76

RGB Variations

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

Color information

#3D2015 (or 0x3D2015) is known color: Brown Pod. HEX triplet: 3D, 20 and 15. RGB value is (61,32,21). Sum of RGB (Red+Green+Blue) = 61+32+21=114 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.51% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2015 is #C2DFEA. Grayscale: #272727. Windows color (decimal): -12771307 or 1384509. OLE color: 1384509.

HSL color Cylindrical-coordinate representation of color #3D2015: hue angle of 16.5º 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 #3D2015 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 32 21 -
CMYK 0 0.48 0.66 0.76
HSL 16.5º 0.49% 0.16% -
HSV(B) 16.5º 0.66% 0.24% -
XYZ 2.58 2.08 0.98 -
YUV 39.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 61 32 21 0 0.48 0.66 0.76 16.5 0.49 0.16
Hex 3D 20 15 0 30 42 4C 10 31 10
Octal 75 40 25 0 60 102 114 20 61 20
Binary 111101 100000 10101 0 110000 1000010 1001100 10000 110001 10000

Color Harmonies of #3D2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2015

Black with #3D2015

Text Example


Text Example

White with #3D2015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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