#C88725

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

Shades of Geebung #C88725

Tints of Geebung #C88725

Color information

#C88725 (or 0xC88725) is unknown color: approx Geebung. HEX triplet: C8, 87 and 25. RGB value is (200,135,37). Sum of RGB (Red+Green+Blue) = 200+135+37=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C88725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88725 is #3778DA. Grayscale: #8F8F8F. Windows color (decimal): -3635419 or 2459592. OLE color: 2459592.

HSL color Cylindrical-coordinate representation of color #C88725: hue angle of 36.07º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C88725 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB20013537-
CMYK00.320.820.22
HSL36.07º68.78%46.47%-
HSV(B)36.07º81.5%78.43%-
XYZ32.8229.745.76-
YUV143.2668.03168.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.76%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 37 (14.84% from 255) = 9.95%
R=53.76%
G=36.29%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001353700.320.820.2236.0768.7846.47
HexC88725020521624452e
Octal31020745040122264410556
Binary110010001000011110010101000001010010101101001001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88725; }

 p { color: rgb(200,135,37); }

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

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

 a { background-color: rgb(200,135,37); }

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

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

 span { border-color: rgb(200,135,37); }

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