Html Css Color HEX #37221C Brown Pod

📋 copy color: '#37221C'

red 55 ◦ green 34 ◦ blue 28

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

Shades of Brown Pod #37221C

Tints of Brown Pod #37221C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.06%

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

R = 47.01%
G = 29.06%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#37221C (or 0x37221C) is known color: Brown Pod. HEX triplet: 37, 22 and 1C. RGB value is (55,34,28). Sum of RGB (Red+Green+Blue) = 55+34+28=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #37221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37221C is #C8DDE3. Grayscale: #272727. Windows color (decimal): -13164004 or 1843767. OLE color: 1843767.

HSL color Cylindrical-coordinate representation of color #37221C: hue angle of 13.33º 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 #37221C is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 34 28 -
CMYK 0 0.38 0.49 0.78
HSL 13.33º 0.33% 0.16% -
HSV(B) 13.33º 0.49% 0.22% -
XYZ 2.36 2.04 1.37 -
YUV 39.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 55 34 28 0 0.38 0.49 0.78 13.33 0.33 0.16
Hex 37 22 1C 0 26 31 4E D 21 10
Octal 67 42 34 0 46 61 116 15 41 20
Binary 110111 100010 11100 0 100110 110001 1001110 1101 100001 10000

Color Harmonies of #37221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37221C

Black with #37221C

Text Example


Text Example

White with #37221C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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