#08731E

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

Shades of Crusoe #08731E

Tints of Crusoe #08731E

Color information

#08731E (or 0x08731E) is unknown color: approx Crusoe. HEX triplet: 08, 73 and 1E. RGB value is (8,115,30). Sum of RGB (Red+Green+Blue) = 8+115+30=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 115 (45.31% from 255 or 75.16% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 115 - color contains mainly: green. Hex color #08731E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08731E is #F78CE1. Grayscale: #494949. Windows color (decimal): -16223458 or 1995528. OLE color: 1995528.

HSL color Cylindrical-coordinate representation of color #08731E: hue angle of 132.34º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08731E is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB811530-
CMYK0.9300.740.55
HSL132.34º86.99%24.12%-
HSV(B)132.34º93.04%45.1%-
XYZ6.4712.413.28-
YUV73.32103.5581.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.23%
GREEN value IS 115 (45.31% from 255) = 75.16%
BLUE value IS 30 (12.11% from 255) = 19.61%
R=5.23%
G=75.16%
B=19.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8115300.9300.740.55132.3486.9924.12
Hex8731E5D04A37845718
Octal101633613501126720412730
Binary100011100111111010111010100101011011110000100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,115,30); }

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

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

 a { background-color: rgb(8,115,30); }

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

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

 span { border-color: rgb(8,115,30); }

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