Html Css Color HEX #371B07 Brown Pod

📋 copy color: '#371B07'

red 55 ◦ green 27 ◦ blue 7

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

Shades of Brown Pod #371B07

Tints of Brown Pod #371B07

RGB

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

 GREEN value IS 27 (10.94% from 255) = 30.34%

 BLUE value IS 7 (3.13% from 255) = 7.87%

R = 61.8%
G = 30.34%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.78

RGB Variations

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

Color information

#371B07 (or 0x371B07) is known color: Brown Pod. HEX triplet: 37, 1B and 07. RGB value is (55,27,7). Sum of RGB (Red+Green+Blue) = 55+27+7=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #371B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B07 is #C8E4F8. Grayscale: #212121. Windows color (decimal): -13165817 or 465719. OLE color: 465719.

HSL color Cylindrical-coordinate representation of color #371B07: hue angle of 25º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371B07 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 27 7 -
CMYK 0 0.51 0.87 0.78
HSL 25º 0.77% 0.12% -
HSV(B) 25º 0.87% 0.22% -
XYZ 2.01 1.61 0.41 -
YUV 33.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 55 27 7 0 0.51 0.87 0.78 25 0.77 0.12
Hex 37 1B 7 0 33 57 4E 19 4D C
Octal 67 33 7 0 63 127 116 31 115 14
Binary 110111 11011 111 0 110011 1010111 1001110 11001 1001101 1100

Color Harmonies of #371B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B07

Black with #371B07

Text Example


Text Example

White with #371B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371B07; }

 p { color: rgb(55,27,7); }

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

background-color css

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

 a { background-color: rgb(55,27,7); }

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

border-color css

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

 span { border-color: rgb(55,27,7); }

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