#C7852E

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

Shades of Geebung #C7852E

Tints of Geebung #C7852E

Color information

#C7852E (or 0xC7852E) is unknown color: approx Geebung. HEX triplet: C7, 85 and 2E. RGB value is (199,133,46). Sum of RGB (Red+Green+Blue) = 199+133+46=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7852E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7852E is #387AD1. Grayscale: #8F8F8F. Windows color (decimal): -3701458 or 3048903. OLE color: 3048903.

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

Color convert

RGB19913346-
CMYK00.330.770.22
HSL34.12º62.45%48.04%-
HSV(B)34.12º76.88%78.04%-
XYZ32.4329.116.49-
YUV142.8273.37168.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.65%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 46 (18.36% from 255) = 12.17%
R=52.65%
G=35.19%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991334600.330.770.2234.1262.4548.04
HexC7852E0214D16223e30
Octal3072055604111526427660
Binary11000111100001011011100100001100110110110100010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7852E; }

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

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

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

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

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

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

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

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