Html Css Color HEX #37221B Brown Pod

📋 copy color: '#37221B'

red 55 ◦ green 34 ◦ blue 27

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

Shades of Brown Pod #37221B

Tints of Brown Pod #37221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.28%

R = 47.41%
G = 29.31%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#37221B (or 0x37221B) is known color: Brown Pod. HEX triplet: 37, 22 and 1B. RGB value is (55,34,27). Sum of RGB (Red+Green+Blue) = 55+34+27=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #37221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37221B is #C8DDE4. Grayscale: #272727. Windows color (decimal): -13164005 or 1778231. OLE color: 1778231.

HSL color Cylindrical-coordinate representation of color #37221B: hue angle of 15º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37221B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 34 27 -
CMYK 0 0.38 0.51 0.78
HSL 15º 0.34% 0.16% -
HSV(B) 15º 0.51% 0.22% -
XYZ 2.35 2.04 1.31 -
YUV 39.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 55 34 27 0 0.38 0.51 0.78 15 0.34 0.16
Hex 37 22 1B 0 26 33 4E F 22 10
Octal 67 42 33 0 46 63 116 17 42 20
Binary 110111 100010 11011 0 100110 110011 1001110 1111 100010 10000

Color Harmonies of #37221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37221B

Black with #37221B

Text Example


Text Example

White with #37221B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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