#C78227

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

Shades of Geebung #C78227

Tints of Geebung #C78227

Color information

#C78227 (or 0xC78227) is unknown color: approx Geebung. HEX triplet: C7, 82 and 27. RGB value is (199,130,39). Sum of RGB (Red+Green+Blue) = 199+130+39=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 39 (15.62% from 255 or 10.60% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C78227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78227 is #387DD8. Grayscale: #8C8C8C. Windows color (decimal): -3702233 or 2589383. OLE color: 2589383.

HSL color Cylindrical-coordinate representation of color #C78227: hue angle of 34.13º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C78227 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB19913039-
CMYK00.350.800.22
HSL34.13º67.23%46.67%-
HSV(B)34.13º80.4%78.04%-
XYZ31.928.255.69-
YUV140.2670.86169.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.08%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 39 (15.62% from 255) = 10.60%
R=54.08%
G=35.33%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991303900.350.800.2234.1367.2346.67
HexC78227023501622432f
Octal30720247043120264210357
Binary110001111000001010011101000111010000101101000101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78227; }

 p { color: rgb(199,130,39); }

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

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

 a { background-color: rgb(199,130,39); }

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

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

 span { border-color: rgb(199,130,39); }

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