Html Css Color HEX #37201A Brown Pod

📋 copy color: '#37201A'

red 55 ◦ green 32 ◦ blue 26

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

Shades of Brown Pod #37201A

Tints of Brown Pod #37201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.32%

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

R = 48.67%
G = 28.32%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#37201A (or 0x37201A) is known color: Brown Pod. HEX triplet: 37, 20 and 1A. RGB value is (55,32,26). Sum of RGB (Red+Green+Blue) = 55+32+26=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #37201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37201A is #C8DFE5. Grayscale: #262626. Windows color (decimal): -13164518 or 1712183. OLE color: 1712183.

HSL color Cylindrical-coordinate representation of color #37201A: hue angle of 12.41º 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 #37201A is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 32 26 -
CMYK 0 0.42 0.53 0.78
HSL 12.41º 0.36% 0.16% -
HSV(B) 12.41º 0.53% 0.22% -
XYZ 2.28 1.92 1.23 -
YUV 38.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 55 32 26 0 0.42 0.53 0.78 12.41 0.36 0.16
Hex 37 20 1A 0 2A 35 4E C 24 10
Octal 67 40 32 0 52 65 116 14 44 20
Binary 110111 100000 11010 0 101010 110101 1001110 1100 100100 10000

Color Harmonies of #37201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37201A

Black with #37201A

Text Example


Text Example

White with #37201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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