#C28323

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

Shades of Geebung #C28323

Tints of Geebung #C28323

Color information

#C28323 (or 0xC28323) is unknown color: approx Geebung. HEX triplet: C2, 83 and 23. RGB value is (194,131,35). Sum of RGB (Red+Green+Blue) = 194+131+35=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C28323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28323 is #3D7CDC. Grayscale: #8B8B8B. Windows color (decimal): -4029661 or 2327490. OLE color: 2327490.

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

Color convert

RGB19413135-
CMYK00.320.820.24
HSL36.23º69.43%44.9%-
HSV(B)36.23º81.96%76.08%-
XYZ30.6727.825.34-
YUV138.8969.37167.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.89%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 35 (14.06% from 255) = 9.72%
R=53.89%
G=36.39%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941313500.320.820.2436.2369.4344.9
HexC28323020521824452d
Octal30220343040122304410555
Binary110000101000001110001101000001010010110001001001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28323; }

 p { color: rgb(194,131,35); }

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

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

 a { background-color: rgb(194,131,35); }

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

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

 span { border-color: rgb(194,131,35); }

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