#C28534

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

Shades of Geebung #C28534

Tints of Geebung #C28534

Color information

#C28534 (or 0xC28534) is unknown color: approx Geebung. HEX triplet: C2, 85 and 34. RGB value is (194,133,52). Sum of RGB (Red+Green+Blue) = 194+133+52=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C28534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28534 is #3D7ACB. Grayscale: #8E8E8E. Windows color (decimal): -4029132 or 3442114. OLE color: 3442114.

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

Color convert

RGB19413352-
CMYK00.310.730.24
HSL34.23º57.72%48.24%-
HSV(B)34.23º73.2%76.08%-
XYZ31.2628.497.1-
YUV14277.21165.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.19%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 52 (20.70% from 255) = 13.72%
R=51.19%
G=35.09%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941335200.310.730.2434.2357.7248.24
HexC2853401F4918223a30
Octal3022056403711130427260
Binary1100001010000101110100011111100100111000100010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28534; }

 p { color: rgb(194,133,52); }

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

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

 a { background-color: rgb(194,133,52); }

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

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

 span { border-color: rgb(194,133,52); }

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