Html Css Color HEX #3D251D Brown Pod

📋 copy color: '#3D251D'

red 61 ◦ green 37 ◦ blue 29

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

Shades of Brown Pod #3D251D

Tints of Brown Pod #3D251D

RGB

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

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

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

R = 48.03%
G = 29.13%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.76

RGB Variations

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

Color information

#3D251D (or 0x3D251D) is known color: Brown Pod. HEX triplet: 3D, 25 and 1D. RGB value is (61,37,29). Sum of RGB (Red+Green+Blue) = 61+37+29=127 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.03% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 61 - color contains mainly: red. Hex color #3D251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D251D is #C2DAE2. Grayscale: #2B2B2B. Windows color (decimal): -12770019 or 1910077. OLE color: 1910077.

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

Color convert

RGB 61 37 29 -
CMYK 0 0.39 0.52 0.76
HSL 15º 0.36% 0.18% -
HSV(B) 15º 0.52% 0.24% -
XYZ 2.81 2.4 1.48 -
YUV 43.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 61 37 29 0 0.39 0.52 0.76 15 0.36 0.18
Hex 3D 25 1D 0 27 34 4C F 24 12
Octal 75 45 35 0 47 64 114 17 44 22
Binary 111101 100101 11101 0 100111 110100 1001100 1111 100100 10010

Color Harmonies of #3D251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D251D

Black with #3D251D

Text Example


Text Example

White with #3D251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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