#C7832D

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

Shades of Geebung #C7832D

Tints of Geebung #C7832D

Color information

#C7832D (or 0xC7832D) is unknown color: approx Geebung. HEX triplet: C7, 83 and 2D. RGB value is (199,131,45). Sum of RGB (Red+Green+Blue) = 199+131+45=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7832D is #387CD2. Grayscale: #8D8D8D. Windows color (decimal): -3701971 or 2982855. OLE color: 2982855.

HSL color Cylindrical-coordinate representation of color #C7832D: hue angle of 33.51º 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 #C7832D is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB19913145-
CMYK00.340.770.22
HSL33.51º63.11%47.84%-
HSV(B)33.51º77.39%78.04%-
XYZ32.1428.566.3-
YUV141.5373.53168.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.07%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 45 (17.97% from 255) = 12%
R=53.07%
G=34.93%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991314500.340.770.2233.5163.1147.84
HexC7832D0224D16223f30
Octal3072035504211526427760
Binary11000111100000111011010100010100110110110100010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7832D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7832D; }

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

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

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

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

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

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

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

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