#083834

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

Shades of Cyprus #083834

Tints of Cyprus #083834

Color information

#083834 (or 0x083834) is unknown color: approx Cyprus. HEX triplet: 08, 38 and 34. RGB value is (8,56,52). Sum of RGB (Red+Green+Blue) = 8+56+52=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #083834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083834 is #F7C7CB. Grayscale: #292929. Windows color (decimal): -16238540 or 3422216. OLE color: 3422216.

HSL color Cylindrical-coordinate representation of color #083834: hue angle of 175º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083834 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB85652-
CMYK0.8600.070.78
HSL175º75%12.55%-
HSV(B)175º85.71%21.96%-
XYZ2.133.133.74-
YUV41.19134.1104.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 56 (22.27% from 255) = 48.28%
BLUE value IS 52 (20.70% from 255) = 44.83%
R=6.90%
G=48.28%
B=44.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal856520.8600.070.781757512.55
Hex8383456074Eaf4bd
Octal1070641260711625711315
Binary10001110001101001010110011110011101010111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083834; }

 p { color: rgb(8,56,52); }

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

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

 a { background-color: rgb(8,56,52); }

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

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

 span { border-color: rgb(8,56,52); }

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