#C17D2A

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

Shades of Geebung #C17D2A

Tints of Geebung #C17D2A

Color information

#C17D2A (or 0xC17D2A) is unknown color: approx Geebung. HEX triplet: C1, 7D and 2A. RGB value is (193,125,42). Sum of RGB (Red+Green+Blue) = 193+125+42=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17D2A is #3E82D5. Grayscale: #888888. Windows color (decimal): -4096726 or 2784705. OLE color: 2784705.

HSL color Cylindrical-coordinate representation of color #C17D2A: hue angle of 32.98º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C17D2A is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB19312542-
CMYK00.350.780.24
HSL32.98º64.26%46.08%-
HSV(B)32.98º78.24%75.69%-
XYZ29.7426.175.67-
YUV135.8775.03168.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.61%
GREEN value IS 125 (49.22% from 255) = 34.72%
BLUE value IS 42 (16.80% from 255) = 11.67%
R=53.61%
G=34.72%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931254200.350.780.2432.9864.2646.08
HexC17D2A0234E1821402e
Octal30117552043116304110056
Binary11000001111110110101001000111001110110001000011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17D2A; }

 p { color: rgb(193,125,42); }

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

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

 a { background-color: rgb(193,125,42); }

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

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

 span { border-color: rgb(193,125,42); }

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