#C18428

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

Shades of Geebung #C18428

Tints of Geebung #C18428

Color information

#C18428 (or 0xC18428) is unknown color: approx Geebung. HEX triplet: C1, 84 and 28. RGB value is (193,132,40). Sum of RGB (Red+Green+Blue) = 193+132+40=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C18428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18428 is #3E7BD7. Grayscale: #8C8C8C. Windows color (decimal): -4094936 or 2655425. OLE color: 2655425.

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

Color convert

RGB19313240-
CMYK00.320.790.24
HSL36.08º65.67%45.69%-
HSV(B)36.08º79.27%75.69%-
XYZ30.6327.995.8-
YUV139.7571.71165.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.88%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 40 (16.02% from 255) = 10.96%
R=52.88%
G=36.16%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931324000.320.790.2436.0865.6745.69
HexC184280204F1824422e
Octal30120450040117304410256
Binary110000011000010010100001000001001111110001001001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18428; }

 p { color: rgb(193,132,40); }

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

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

 a { background-color: rgb(193,132,40); }

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

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

 span { border-color: rgb(193,132,40); }

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