#C17F32

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

Shades of Geebung #C17F32

Tints of Geebung #C17F32

Color information

#C17F32 (or 0xC17F32) is unknown color: approx Geebung. HEX triplet: C1, 7F and 32. RGB value is (193,127,50). Sum of RGB (Red+Green+Blue) = 193+127+50=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17F32 is #3E80CD. Grayscale: #8A8A8A. Windows color (decimal): -4096206 or 3309505. OLE color: 3309505.

HSL color Cylindrical-coordinate representation of color #C17F32: hue angle of 32.31º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C17F32 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19312750-
CMYK00.340.740.24
HSL32.31º58.85%47.65%-
HSV(B)32.31º74.09%75.69%-
XYZ30.1626.756.59-
YUV137.9678.37167.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.16%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 50 (19.92% from 255) = 13.51%
R=52.16%
G=34.32%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931275000.340.740.2432.3158.8547.65
HexC17F320224A18203b30
Octal3011776204211230407360
Binary1100000111111111100100100010100101011000100000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17F32; }

 p { color: rgb(193,127,50); }

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

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

 a { background-color: rgb(193,127,50); }

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

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

 span { border-color: rgb(193,127,50); }

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