#C7822D

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

Shades of Geebung #C7822D

Tints of Geebung #C7822D

Color information

#C7822D (or 0xC7822D) is unknown color: approx Geebung. HEX triplet: C7, 82 and 2D. RGB value is (199,130,45). Sum of RGB (Red+Green+Blue) = 199+130+45=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7822D is #387DD2. Grayscale: #8D8D8D. Windows color (decimal): -3702227 or 2982599. OLE color: 2982599.

HSL color Cylindrical-coordinate representation of color #C7822D: hue angle of 33.12º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7822D is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB19913045-
CMYK00.350.770.22
HSL33.12º63.11%47.84%-
HSV(B)33.12º77.39%78.04%-
XYZ32.0128.36.26-
YUV140.9473.86169.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.21%
GREEN value IS 130 (51.17% from 255) = 34.76%
BLUE value IS 45 (17.97% from 255) = 12.03%
R=53.21%
G=34.76%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991304500.350.770.2233.1263.1147.84
HexC7822D0234D16213f30
Octal3072025504311526417760
Binary11000111100000101011010100011100110110110100001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7822D; }

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

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

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

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

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

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

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

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