#362F25

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

Shades of Creole #362F25

Tints of Creole #362F25

Color information

#362F25 (or 0x362F25) is unknown color: approx Creole. HEX triplet: 36, 2F and 25. RGB value is (54,47,37). Sum of RGB (Red+Green+Blue) = 54+47+37=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #362F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F25 is #C9D0DA. Grayscale: #2F2F2F. Windows color (decimal): -13226203 or 2436918. OLE color: 2436918.

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

Color convert

RGB544737-
CMYK00.130.310.79
HSL35.29º18.68%17.84%-
HSV(B)35.29º31.48%21.18%-
XYZ2.872.952.17-
YUV47.95121.82132.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.13%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=39.13%
G=34.06%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54473700.130.310.7935.2918.6817.84
Hex362F250D1F4F231312
Octal66574501537117432322
Binary110110101111100101011011111110011111000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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