Html Css Color HEX #371D0A Brown Pod

📋 copy color: '#371D0A'

red 55 ◦ green 29 ◦ blue 10

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

Shades of Brown Pod #371D0A

Tints of Brown Pod #371D0A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 30.85%

 BLUE value IS 10 (4.3% from 255) = 10.64%

R = 58.51%
G = 30.85%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#371D0A (or 0x371D0A) is known color: Brown Pod. HEX triplet: 37, 1D and 0A. RGB value is (55,29,10). Sum of RGB (Red+Green+Blue) = 55+29+10=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #371D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D0A is #C8E2F5. Grayscale: #222222. Windows color (decimal): -13165302 or 662839. OLE color: 662839.

HSL color Cylindrical-coordinate representation of color #371D0A: hue angle of 25.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #371D0A is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 29 10 -
CMYK 0 0.47 0.82 0.78
HSL 25.33º 0.69% 0.13% -
HSV(B) 25.33º 0.82% 0.22% -
XYZ 2.07 1.71 0.51 -
YUV 34.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 55 29 10 0 0.47 0.82 0.78 25.33 0.69 0.13
Hex 37 1D A 0 2F 52 4E 19 45 D
Octal 67 35 12 0 57 122 116 31 105 15
Binary 110111 11101 1010 0 101111 1010010 1001110 11001 1000101 1101

Color Harmonies of #371D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D0A

Black with #371D0A

Text Example


Text Example

White with #371D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,29,10); }

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

background-color css

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

 a { background-color: rgb(55,29,10); }

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

border-color css

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

 span { border-color: rgb(55,29,10); }

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