Html Css Color HEX #3D1B14 Brown Pod

📋 copy color: '#3D1B14'

red 61 ◦ green 27 ◦ blue 20

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

Shades of Brown Pod #3D1B14

Tints of Brown Pod #3D1B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 25%

 BLUE value IS 20 (8.2% from 255) = 18.52%

R = 56.48%
G = 25%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#3D1B14 (or 0x3D1B14) is known color: Brown Pod. HEX triplet: 3D, 1B and 14. RGB value is (61,27,20). Sum of RGB (Red+Green+Blue) = 61+27+20=108 (14% of max value = 765). Red value is 61 (24.22% from 255 or 56.48% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1B14 is #C2E4EB. Grayscale: #242424. Windows color (decimal): -12772588 or 1317693. OLE color: 1317693.

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

Color convert

RGB 61 27 20 -
CMYK 0 0.56 0.67 0.76
HSL 10.24º 0.51% 0.16% -
HSV(B) 10.24º 0.67% 0.24% -
XYZ 2.44 1.83 0.89 -
YUV 36.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 61 27 20 0 0.56 0.67 0.76 10.24 0.51 0.16
Hex 3D 1B 14 0 38 43 4C A 33 10
Octal 75 33 24 0 70 103 114 12 63 20
Binary 111101 11011 10100 0 111000 1000011 1001100 1010 110011 10000

Color Harmonies of #3D1B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1B14

Black with #3D1B14

Text Example


Text Example

White with #3D1B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,27,20); }

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

background-color css

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

 a { background-color: rgb(61,27,20); }

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

border-color css

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

 span { border-color: rgb(61,27,20); }

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