#C7842E

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

Shades of Geebung #C7842E

Tints of Geebung #C7842E

Color information

#C7842E (or 0xC7842E) is unknown color: approx Geebung. HEX triplet: C7, 84 and 2E. RGB value is (199,132,46). Sum of RGB (Red+Green+Blue) = 199+132+46=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7842E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7842E is #387BD1. Grayscale: #8E8E8E. Windows color (decimal): -3701714 or 3048647. OLE color: 3048647.

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

Color convert

RGB19913246-
CMYK00.340.770.22
HSL33.73º62.45%48.04%-
HSV(B)33.73º76.88%78.04%-
XYZ32.328.846.45-
YUV142.2373.7168.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.79%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 46 (18.36% from 255) = 12.20%
R=52.79%
G=35.01%
B=12.20%

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
Decimal1991324600.340.770.2233.7362.4548.04
HexC7842E0224D16223e30
Octal3072045604211526427660
Binary11000111100001001011100100010100110110110100010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7842E; }

 p { color: rgb(199,132,46); }

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

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

 a { background-color: rgb(199,132,46); }

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

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

 span { border-color: rgb(199,132,46); }

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