Html Css Color HEX #3D241D Brown Pod

📋 copy color: '#3D241D'

red 61 ◦ green 36 ◦ blue 29

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

Shades of Brown Pod #3D241D

Tints of Brown Pod #3D241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.57%

 BLUE value IS 29 (11.72% from 255) = 23.02%

R = 48.41%
G = 28.57%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.76

RGB Variations

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

Color information

#3D241D (or 0x3D241D) is known color: Brown Pod. HEX triplet: 3D, 24 and 1D. RGB value is (61,36,29). Sum of RGB (Red+Green+Blue) = 61+36+29=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D241D is #C2DBE2. Grayscale: #2A2A2A. Windows color (decimal): -12770275 or 1909821. OLE color: 1909821.

HSL color Cylindrical-coordinate representation of color #3D241D: hue angle of 13.12º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D241D is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 36 29 -
CMYK 0 0.41 0.52 0.76
HSL 13.13º 0.36% 0.18% -
HSV(B) 13.13º 0.52% 0.24% -
XYZ 2.78 2.34 1.47 -
YUV 42.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 61 36 29 0 0.41 0.52 0.76 13.13 0.36 0.18
Hex 3D 24 1D 0 29 34 4C D 24 12
Octal 75 44 35 0 51 64 114 15 44 22
Binary 111101 100100 11101 0 101001 110100 1001100 1101 100100 10010

Color Harmonies of #3D241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D241D

Black with #3D241D

Text Example


Text Example

White with #3D241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,36,29); }

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

background-color css

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

 a { background-color: rgb(61,36,29); }

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

border-color css

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

 span { border-color: rgb(61,36,29); }

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