#0F5323

Color #0F5323 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #0F5323

Tints of Crusoe #0F5323

Color information

#0F5323 (or 0x0F5323) is unknown color: approx Crusoe. HEX triplet: 0F, 53 and 23. RGB value is (15,83,35). Sum of RGB (Red+Green+Blue) = 15+83+35=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #0F5323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5323 is #F0ACDC. Grayscale: #393939. Windows color (decimal): -15772893 or 2315023. OLE color: 2315023.

HSL color Cylindrical-coordinate representation of color #0F5323: hue angle of 137.65º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5323 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB158335-
CMYK0.8200.580.67
HSL137.65º69.39%19.22%-
HSV(B)137.65º81.93%32.55%-
XYZ3.596.412.64-
YUV57.2115.4797.9-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.28%
GREEN value IS 83 (32.81% from 255) = 62.41%
BLUE value IS 35 (14.06% from 255) = 26.32%
R=11.28%
G=62.41%
B=26.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1583350.8200.580.67137.6569.3919.22
HexF53235203A438a4513
Octal171234312207210321210523
Binary1111101001110001110100100111010100001110001010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F5323; }

 p { color: rgb(15,83,35); }

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

<style>
 a { background-color: #0F5323; }

 a { background-color: rgb(15,83,35); }

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

<style>
 span { border-color: #0F5323; }

 span { border-color: rgb(15,83,35); }

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