Html Css Color HEX #371700 Brown Pod

📋 copy color: '#371700'

red 55 ◦ green 23 ◦ blue 0

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

Shades of Brown Pod #371700

Tints of Brown Pod #371700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.51%
G = 29.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#371700 (or 0x371700) is known color: Brown Pod. HEX triplet: 37, 17 and 00. RGB value is (55,23,0). Sum of RGB (Red+Green+Blue) = 55+23+0=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #371700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371700 is #C8E8FF. Grayscale: #1E1E1E. Windows color (decimal): -13166848 or 5943. OLE color: 5943.

HSL color Cylindrical-coordinate representation of color #371700: hue angle of 25.09º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #371700 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 23 0 -
CMYK 0 0.58 1 0.78
HSL 25.09º 1% 0.11% -
HSV(B) 25.09º 1% 0.22% -
XYZ 1.88 1.43 0.18 -
YUV 29.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 55 23 0 0 0.58 1 0.78 25.09 1 0.11
Hex 37 17 0 0 3A 64 4E 19 64 B
Octal 67 27 0 0 72 144 116 31 144 13
Binary 110111 10111 0 0 111010 1100100 1001110 11001 1100100 1011

Color Harmonies of #371700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371700

Black with #371700

Text Example


Text Example

White with #371700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371700; }

 p { color: rgb(55,23,0); }

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

background-color css

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

 a { background-color: rgb(55,23,0); }

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

border-color css

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

 span { border-color: rgb(55,23,0); }

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