Html Css Color HEX #3D251F Brown Pod

📋 copy color: '#3D251F'

red 61 ◦ green 37 ◦ blue 31

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

Shades of Brown Pod #3D251F

Tints of Brown Pod #3D251F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.03%

R = 47.29%
G = 28.68%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.76

RGB Variations

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

Color information

#3D251F (or 0x3D251F) is known color: Brown Pod. HEX triplet: 3D, 25 and 1F. RGB value is (61,37,31). Sum of RGB (Red+Green+Blue) = 61+37+31=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 61 - color contains mainly: red. Hex color #3D251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D251F is #C2DAE0. Grayscale: #2B2B2B. Windows color (decimal): -12770017 or 2041149. OLE color: 2041149.

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

Color convert

RGB 61 37 31 -
CMYK 0 0.39 0.49 0.76
HSL 12º 0.33% 0.18% -
HSV(B) 12º 0.49% 0.24% -
XYZ 2.83 2.41 1.61 -
YUV 43.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 61 37 31 0 0.39 0.49 0.76 12 0.33 0.18
Hex 3D 25 1F 0 27 31 4C C 21 12
Octal 75 45 37 0 47 61 114 14 41 22
Binary 111101 100101 11111 0 100111 110001 1001100 1100 100001 10010

Color Harmonies of #3D251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D251F

Black with #3D251F

Text Example


Text Example

White with #3D251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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