Html Css Color HEX #37261E Brown Pod

📋 copy color: '#37261E'

red 55 ◦ green 38 ◦ blue 30

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

Shades of Brown Pod #37261E

Tints of Brown Pod #37261E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.89%

 BLUE value IS 30 (12.11% from 255) = 24.39%

R = 44.72%
G = 30.89%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#37261E (or 0x37261E) is known color: Brown Pod. HEX triplet: 37, 26 and 1E. RGB value is (55,38,30). Sum of RGB (Red+Green+Blue) = 55+38+30=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #37261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37261E is #C8D9E1. Grayscale: #2A2A2A. Windows color (decimal): -13162978 or 1975863. OLE color: 1975863.

HSL color Cylindrical-coordinate representation of color #37261E: hue angle of 19.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37261E is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 38 30 -
CMYK 0 0.31 0.45 0.78
HSL 19.2º 0.29% 0.17% -
HSV(B) 19.2º 0.45% 0.22% -
XYZ 2.5 2.29 1.54 -
YUV 42.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 55 38 30 0 0.31 0.45 0.78 19.2 0.29 0.17
Hex 37 26 1E 0 1F 2D 4E 13 1D 11
Octal 67 46 36 0 37 55 116 23 35 21
Binary 110111 100110 11110 0 11111 101101 1001110 10011 11101 10001

Color Harmonies of #37261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37261E

Black with #37261E

Text Example


Text Example

White with #37261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37261E; }

 p { color: rgb(55,38,30); }

 H1.HeaderClassName
 {
   color: #37261E;
 }
 .AnyTagClassName
 {
   color: #37261E;
 }
</style>

background-color css

<style>
 a { background-color: #37261E; }

 a { background-color: rgb(55,38,30); }

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

border-color css

<style>
 span { border-color: #37261E; }

 span { border-color: rgb(55,38,30); }

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