Html Css Color HEX #371D12 Brown Pod

📋 copy color: '#371D12'

red 55 ◦ green 29 ◦ blue 18

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

Shades of Brown Pod #371D12

Tints of Brown Pod #371D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.65%

R = 53.92%
G = 28.43%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#371D12 (or 0x371D12) is known color: Brown Pod. HEX triplet: 37, 1D and 12. RGB value is (55,29,18). Sum of RGB (Red+Green+Blue) = 55+29+18=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #371D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D12 is #C8E2ED. Grayscale: #232323. Windows color (decimal): -13165294 or 1187127. OLE color: 1187127.

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

Color convert

RGB 55 29 18 -
CMYK 0 0.47 0.67 0.78
HSL 17.84º 0.51% 0.14% -
HSV(B) 17.84º 0.67% 0.22% -
XYZ 2.12 1.73 0.8 -
YUV 35.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 55 29 18 0 0.47 0.67 0.78 17.84 0.51 0.14
Hex 37 1D 12 0 2F 43 4E 12 33 E
Octal 67 35 22 0 57 103 116 22 63 16
Binary 110111 11101 10010 0 101111 1000011 1001110 10010 110011 1110

Color Harmonies of #371D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D12

Black with #371D12

Text Example


Text Example

White with #371D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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