#C28423

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

Shades of Geebung #C28423

Tints of Geebung #C28423

Color information

#C28423 (or 0xC28423) is unknown color: approx Geebung. HEX triplet: C2, 84 and 23. RGB value is (194,132,35). Sum of RGB (Red+Green+Blue) = 194+132+35=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C28423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28423 is #3D7BDC. Grayscale: #8B8B8B. Windows color (decimal): -4029405 or 2327746. OLE color: 2327746.

HSL color Cylindrical-coordinate representation of color #C28423: hue angle of 36.6º 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 #C28423 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB19413235-
CMYK00.320.820.24
HSL36.6º69.43%44.9%-
HSV(B)36.6º81.96%76.08%-
XYZ30.828.095.39-
YUV139.4869.04166.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.74%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 35 (14.06% from 255) = 9.70%
R=53.74%
G=36.57%
B=9.70%

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
Decimal1941323500.320.820.2436.669.4344.9
HexC28423020521825452d
Octal30220443040122304510555
Binary110000101000010010001101000001010010110001001011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28423; }

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

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

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

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

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

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

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

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