#C7861C

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

Shades of Geebung #C7861C

Tints of Geebung #C7861C

Color information

#C7861C (or 0xC7861C) is unknown color: approx Geebung. HEX triplet: C7, 86 and 1C. RGB value is (199,134,28). Sum of RGB (Red+Green+Blue) = 199+134+28=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7861C is #3879E3. Grayscale: #8D8D8D. Windows color (decimal): -3701220 or 1869511. OLE color: 1869511.

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

Color convert

RGB19913428-
CMYK00.330.860.22
HSL37.19º75.33%44.51%-
HSV(B)37.19º85.93%78.04%-
XYZ32.2929.285.05-
YUV141.3564.03169.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.12%
GREEN value IS 134 (52.73% from 255) = 37.12%
BLUE value IS 28 (11.33% from 255) = 7.76%
R=55.12%
G=37.12%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991342800.330.860.2237.1975.3344.51
HexC7861C0215616254b2d
Octal30720634041126264511355
Binary11000111100001101110001000011010110101101001011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7861C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7861C; }

 p { color: rgb(199,134,28); }

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

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

 a { background-color: rgb(199,134,28); }

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

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

 span { border-color: rgb(199,134,28); }

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