#09711E

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

Shades of Crusoe #09711E

Tints of Crusoe #09711E

Color information

#09711E (or 0x09711E) is unknown color: approx Crusoe. HEX triplet: 09, 71 and 1E. RGB value is (9,113,30). Sum of RGB (Red+Green+Blue) = 9+113+30=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 113 (44.53% from 255 or 74.34% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 113 - color contains mainly: green. Hex color #09711E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09711E is #F68EE1. Grayscale: #484848. Windows color (decimal): -16158434 or 1995017. OLE color: 1995017.

HSL color Cylindrical-coordinate representation of color #09711E: hue angle of 132.12º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09711E is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB911330-
CMYK0.9200.730.56
HSL132.12º85.25%23.92%-
HSV(B)132.12º92.04%44.31%-
XYZ6.2511.963.21-
YUV72.44104.0482.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.92%
GREEN value IS 113 (44.53% from 255) = 74.34%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=5.92%
G=74.34%
B=19.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9113300.9200.730.56132.1285.2523.92
Hex9711E5C04938845518
Octal111613613401117020412530
Binary100111100011111010111000100100111100010000100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09711E; }

 p { color: rgb(9,113,30); }

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

<style>
 a { background-color: #09711E; }

 a { background-color: rgb(9,113,30); }

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

<style>
 span { border-color: #09711E; }

 span { border-color: rgb(9,113,30); }

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