Html Css Color HEX #37251F Brown Pod

📋 copy color: '#37251F'

red 55 ◦ green 37 ◦ blue 31

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

Shades of Brown Pod #37251F

Tints of Brown Pod #37251F

RGB

 RED value IS 55 (21.88% from 255) = 44.72%

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

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

R = 44.72%
G = 30.08%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#37251F (or 0x37251F) is known color: Brown Pod. HEX triplet: 37, 25 and 1F. RGB value is (55,37,31). Sum of RGB (Red+Green+Blue) = 55+37+31=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #37251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37251F is #C8DAE0. Grayscale: #292929. Windows color (decimal): -13163233 or 2041143. OLE color: 2041143.

HSL color Cylindrical-coordinate representation of color #37251F: hue angle of 15º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37251F is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 37 31 -
CMYK 0 0.33 0.44 0.78
HSL 15º 0.28% 0.17% -
HSV(B) 15º 0.44% 0.22% -
XYZ 2.48 2.23 1.6 -
YUV 41.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 55 37 31 0 0.33 0.44 0.78 15 0.28 0.17
Hex 37 25 1F 0 21 2C 4E F 1C 11
Octal 67 45 37 0 41 54 116 17 34 21
Binary 110111 100101 11111 0 100001 101100 1001110 1111 11100 10001

Color Harmonies of #37251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37251F

Black with #37251F

Text Example


Text Example

White with #37251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37251F; }

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

 H1.HeaderClassName
 {
   color: #37251F;
 }
 .AnyTagClassName
 {
   color: #37251F;
 }
</style>

background-color css

<style>
 a { background-color: #37251F; }

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

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

border-color css

<style>
 span { border-color: #37251F; }

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

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