#C7852D

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

Shades of Geebung #C7852D

Tints of Geebung #C7852D

Color information

#C7852D (or 0xC7852D) is unknown color: approx Geebung. HEX triplet: C7, 85 and 2D. RGB value is (199,133,45). Sum of RGB (Red+Green+Blue) = 199+133+45=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7852D is #387AD2. Grayscale: #8F8F8F. Windows color (decimal): -3701459 or 2983367. OLE color: 2983367.

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

Color convert

RGB19913345-
CMYK00.330.770.22
HSL34.29º63.11%47.84%-
HSV(B)34.29º77.39%78.04%-
XYZ32.4129.116.39-
YUV142.772.87168.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.79%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 45 (17.97% from 255) = 11.94%
R=52.79%
G=35.28%
B=11.94%

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
Decimal1991334500.330.770.2234.2963.1147.84
HexC7852D0214D16223f30
Octal3072055504111526427760
Binary11000111100001011011010100001100110110110100010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7852D; }

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

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

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

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

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

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

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

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