#C98925

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

Shades of Geebung #C98925

Tints of Geebung #C98925

Color information

#C98925 (or 0xC98925) is unknown color: approx Geebung. HEX triplet: C9, 89 and 25. RGB value is (201,137,37). Sum of RGB (Red+Green+Blue) = 201+137+37=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C98925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98925 is #3676DA. Grayscale: #919191. Windows color (decimal): -3569371 or 2460105. OLE color: 2460105.

HSL color Cylindrical-coordinate representation of color #C98925: hue angle of 36.59º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C98925 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB20113737-
CMYK00.320.820.21
HSL36.59º68.91%46.67%-
HSV(B)36.59º81.59%78.82%-
XYZ33.3730.445.87-
YUV144.7467.2168.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.6%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 37 (14.84% from 255) = 9.87%
R=53.6%
G=36.53%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011373700.320.820.2136.5968.9146.67
HexC98925020521525452f
Octal31121145040122254510557
Binary110010011000100110010101000001010010101011001011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98925; }

 p { color: rgb(201,137,37); }

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

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

 a { background-color: rgb(201,137,37); }

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

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

 span { border-color: rgb(201,137,37); }

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