Html Css Color HEX #37251C Brown Pod

📋 copy color: '#37251C'

red 55 ◦ green 37 ◦ blue 28

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

Shades of Brown Pod #37251C

Tints of Brown Pod #37251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.33%

R = 45.83%
G = 30.83%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#37251C (or 0x37251C) is known color: Brown Pod. HEX triplet: 37, 25 and 1C. RGB value is (55,37,28). Sum of RGB (Red+Green+Blue) = 55+37+28=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #37251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37251C is #C8DAE3. Grayscale: #292929. Windows color (decimal): -13163236 or 1844535. OLE color: 1844535.

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

Color convert

RGB 55 37 28 -
CMYK 0 0.33 0.49 0.78
HSL 20º 0.33% 0.16% -
HSV(B) 20º 0.49% 0.22% -
XYZ 2.45 2.22 1.4 -
YUV 41.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 55 37 28 0 0.33 0.49 0.78 20 0.33 0.16
Hex 37 25 1C 0 21 31 4E 14 21 10
Octal 67 45 34 0 41 61 116 24 41 20
Binary 110111 100101 11100 0 100001 110001 1001110 10100 100001 10000

Color Harmonies of #37251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37251C

Black with #37251C

Text Example


Text Example

White with #37251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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