#361F1A

Color #361F1A Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #361F1A

Tints of Brown Pod #361F1A

Color information

#361F1A (or 0x361F1A) is unknown color: approx Brown Pod. HEX triplet: 36, 1F and 1A. RGB value is (54,31,26). Sum of RGB (Red+Green+Blue) = 54+31+26=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #361F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361F1A is #C9E0E5. Grayscale: #252525. Windows color (decimal): -13230310 or 1711926. OLE color: 1711926.

HSL color Cylindrical-coordinate representation of color #361F1A: hue angle of 10.71º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #361F1A is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB543126-
CMYK00.430.520.79
HSL10.71º35%15.69%-
HSV(B)10.71º51.85%21.18%-
XYZ2.21.841.22-
YUV37.31121.62139.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.65%
GREEN value IS 31 (12.5% from 255) = 27.93%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=48.65%
G=27.93%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54312600.430.520.7910.713515.69
Hex361F1A02B344Fb2310
Octal66373205364117134320
Binary110110111111101001010111101001001111101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361F1A; }

 p { color: rgb(54,31,26); }

 H1.HeaderClassName
 {
   color: #361F1A;
 }
 .AnyTagClassName
 {
   color: #361F1A;
 }
</style>
background-color css

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

 a { background-color: rgb(54,31,26); }

 div.DivClassName
 {
   background-color: #361F1A;
 }
 .BgClassName
 {
   background-color: #361F1A;
 }
</style>
border-color css

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

 span { border-color: rgb(54,31,26); }

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