#C28223

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

Shades of Geebung #C28223

Tints of Geebung #C28223

Color information

#C28223 (or 0xC28223) is unknown color: approx Geebung. HEX triplet: C2, 82 and 23. RGB value is (194,130,35). Sum of RGB (Red+Green+Blue) = 194+130+35=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C28223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28223 is #3D7DDC. Grayscale: #8A8A8A. Windows color (decimal): -4029917 or 2327234. OLE color: 2327234.

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

Color convert

RGB19413035-
CMYK00.330.820.24
HSL35.85º69.43%44.9%-
HSV(B)35.85º81.96%76.08%-
XYZ30.5327.565.3-
YUV138.3169.7167.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.04%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 35 (14.06% from 255) = 9.75%
R=54.04%
G=36.21%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941303500.330.820.2435.8569.4344.9
HexC28223021521824452d
Octal30220243041122304410555
Binary110000101000001010001101000011010010110001001001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28223; }

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

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

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

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

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

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

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

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