Html Css Color HEX #371704 Brown Pod

📋 copy color: '#371704'

red 55 ◦ green 23 ◦ blue 4

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

Shades of Brown Pod #371704

Tints of Brown Pod #371704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.88%

R = 67.07%
G = 28.05%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#371704 (or 0x371704) is known color: Brown Pod. HEX triplet: 37, 17 and 04. RGB value is (55,23,4). Sum of RGB (Red+Green+Blue) = 55+23+4=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #371704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371704 is #C8E8FB. Grayscale: #1E1E1E. Windows color (decimal): -13166844 or 268087. OLE color: 268087.

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

Color convert

RGB 55 23 4 -
CMYK 0 0.58 0.93 0.78
HSL 22.35º 0.86% 0.12% -
HSV(B) 22.35º 0.93% 0.22% -
XYZ 1.9 1.43 0.29 -
YUV 30.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 55 23 4 0 0.58 0.93 0.78 22.35 0.86 0.12
Hex 37 17 4 0 3A 5D 4E 16 56 C
Octal 67 27 4 0 72 135 116 26 126 14
Binary 110111 10111 100 0 111010 1011101 1001110 10110 1010110 1100

Color Harmonies of #371704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371704

Black with #371704

Text Example


Text Example

White with #371704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371704; }

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

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

background-color css

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

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

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

border-color css

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

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

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