#08403C

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

Shades of Cyprus #08403C

Tints of Cyprus #08403C

Color information

#08403C (or 0x08403C) is unknown color: approx Cyprus. HEX triplet: 08, 40 and 3C. RGB value is (8,64,60). Sum of RGB (Red+Green+Blue) = 8+64+60=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #08403C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08403C is #F7BFC3. Grayscale: #2E2E2E. Windows color (decimal): -16236484 or 3948552. OLE color: 3948552.

HSL color Cylindrical-coordinate representation of color #08403C: hue angle of 175.71º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08403C is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB86460-
CMYK0.8700.060.75
HSL175.71º77.78%14.12%-
HSV(B)175.71º87.5%25.1%-
XYZ2.754.044.91-
YUV46.8135.45100.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.06%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 60 (23.83% from 255) = 45.45%
R=6.06%
G=48.48%
B=45.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864600.8700.060.75175.7177.7814.12
Hex8403C57064Bb04ee
Octal10100741270611326011616
Binary100010000001111001010111011010010111011000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,64,60); }

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

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

 a { background-color: rgb(8,64,60); }

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

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

 span { border-color: rgb(8,64,60); }

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