Html Css Color HEX #37241F Brown Pod

📋 copy color: '#37241F'

red 55 ◦ green 36 ◦ blue 31

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

Shades of Brown Pod #37241F

Tints of Brown Pod #37241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.51%

 BLUE value IS 31 (12.5% from 255) = 25.41%

R = 45.08%
G = 29.51%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#37241F (or 0x37241F) is known color: Brown Pod. HEX triplet: 37, 24 and 1F. RGB value is (55,36,31). Sum of RGB (Red+Green+Blue) = 55+36+31=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #37241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37241F is #C8DBE0. Grayscale: #292929. Windows color (decimal): -13163489 or 2040887. OLE color: 2040887.

HSL color Cylindrical-coordinate representation of color #37241F: hue angle of 12.5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37241F is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 36 31 -
CMYK 0 0.35 0.44 0.78
HSL 12.5º 0.28% 0.17% -
HSV(B) 12.5º 0.44% 0.22% -
XYZ 2.45 2.17 1.59 -
YUV 41.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 55 36 31 0 0.35 0.44 0.78 12.5 0.28 0.17
Hex 37 24 1F 0 23 2C 4E C 1C 11
Octal 67 44 37 0 43 54 116 14 34 21
Binary 110111 100100 11111 0 100011 101100 1001110 1100 11100 10001

Color Harmonies of #37241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37241F

Black with #37241F

Text Example


Text Example

White with #37241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37241F; }

 p { color: rgb(55,36,31); }

 H1.HeaderClassName
 {
   color: #37241F;
 }
 .AnyTagClassName
 {
   color: #37241F;
 }
</style>

background-color css

<style>
 a { background-color: #37241F; }

 a { background-color: rgb(55,36,31); }

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

border-color css

<style>
 span { border-color: #37241F; }

 span { border-color: rgb(55,36,31); }

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