#08631C

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

Shades of Crusoe #08631C

Tints of Crusoe #08631C

Color information

#08631C (or 0x08631C) is unknown color: approx Crusoe. HEX triplet: 08, 63 and 1C. RGB value is (8,99,28). Sum of RGB (Red+Green+Blue) = 8+99+28=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 99 (39.06% from 255 or 73.33% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 99 - color contains mainly: green. Hex color #08631C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08631C is #F79CE3. Grayscale: #3F3F3F. Windows color (decimal): -16227556 or 1860360. OLE color: 1860360.

HSL color Cylindrical-coordinate representation of color #08631C: hue angle of 133.19º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08631C is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB89928-
CMYK0.9200.720.61
HSL133.19º85.05%20.98%-
HSV(B)133.19º91.92%38.82%-
XYZ4.779.062.6-
YUV63.7107.8588.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.93%
GREEN value IS 99 (39.06% from 255) = 73.33%
BLUE value IS 28 (11.33% from 255) = 20.74%
R=5.93%
G=73.33%
B=20.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal899280.9200.720.61133.1985.0520.98
Hex8631C5C0483D855515
Octal101433413401107520512525
Binary100011000111110010111000100100011110110000101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08631C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08631C; }

 p { color: rgb(8,99,28); }

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

<style>
 a { background-color: #08631C; }

 a { background-color: rgb(8,99,28); }

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

<style>
 span { border-color: #08631C; }

 span { border-color: rgb(8,99,28); }

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