#362F26

Color #362F26 Creole (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Creole #362F26

Tints of Creole #362F26

Color information

#362F26 (or 0x362F26) is unknown color: approx Creole. HEX triplet: 36, 2F and 26. RGB value is (54,47,38). Sum of RGB (Red+Green+Blue) = 54+47+38=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 54 - color contains mainly: red. Hex color #362F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F26 is #C9D0D9. Grayscale: #303030. Windows color (decimal): -13226202 or 2502454. OLE color: 2502454.

HSL color Cylindrical-coordinate representation of color #362F26: hue angle of 33.75º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #362F26 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB544738-
CMYK00.130.300.79
HSL33.75º17.39%18.04%-
HSV(B)33.75º29.63%21.18%-
XYZ2.892.962.25-
YUV48.07122.32132.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.85%
GREEN value IS 47 (18.75% from 255) = 33.81%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=38.85%
G=33.81%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54473800.130.300.7933.7517.3918.04
Hex362F260D1E4F221112
Octal66574601536117422122
Binary110110101111100110011011111010011111000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362F26; }

 p { color: rgb(54,47,38); }

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

<style>
 a { background-color: #362F26; }

 a { background-color: rgb(54,47,38); }

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

<style>
 span { border-color: #362F26; }

 span { border-color: rgb(54,47,38); }

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