Html Css Color HEX #37221A Brown Pod

📋 copy color: '#37221A'

red 55 ◦ green 34 ◦ blue 26

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

Shades of Brown Pod #37221A

Tints of Brown Pod #37221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.61%

R = 47.83%
G = 29.57%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#37221A (or 0x37221A) is known color: Brown Pod. HEX triplet: 37, 22 and 1A. RGB value is (55,34,26). Sum of RGB (Red+Green+Blue) = 55+34+26=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #37221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37221A is #C8DDE5. Grayscale: #272727. Windows color (decimal): -13164006 or 1712695. OLE color: 1712695.

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

Color convert

RGB 55 34 26 -
CMYK 0 0.38 0.53 0.78
HSL 16.55º 0.36% 0.16% -
HSV(B) 16.55º 0.53% 0.22% -
XYZ 2.33 2.03 1.25 -
YUV 39.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 55 34 26 0 0.38 0.53 0.78 16.55 0.36 0.16
Hex 37 22 1A 0 26 35 4E 11 24 10
Octal 67 42 32 0 46 65 116 21 44 20
Binary 110111 100010 11010 0 100110 110101 1001110 10001 100100 10000

Color Harmonies of #37221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37221A

Black with #37221A

Text Example


Text Example

White with #37221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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