#361B0B

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

Shades of Brown Pod #361B0B

Tints of Brown Pod #361B0B

Color information

#361B0B (or 0x361B0B) is unknown color: approx Brown Pod. HEX triplet: 36, 1B and 0B. RGB value is (54,27,11). Sum of RGB (Red+Green+Blue) = 54+27+11=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #361B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361B0B is #C9E4F4. Grayscale: #212121. Windows color (decimal): -13231349 or 727862. OLE color: 727862.

HSL color Cylindrical-coordinate representation of color #361B0B: hue angle of 22.33º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #361B0B is Cyan = 0, Magento = 0.5, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB542711-
CMYK00.50.800.79
HSL22.33º66.15%12.75%-
HSV(B)22.33º79.63%21.18%-
XYZ1.971.590.52-
YUV33.25115.45142.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 58.70%
GREEN value IS 27 (10.94% from 255) = 29.35%
BLUE value IS 11 (4.69% from 255) = 11.96%
R=58.70%
G=29.35%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54271100.50.800.7922.3366.1512.75
Hex361BB032504F1642d
Octal6633130621201172610215
Binary1101101101110110110010101000010011111011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,27,11); }

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

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

 a { background-color: rgb(54,27,11); }

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

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

 span { border-color: rgb(54,27,11); }

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