#c2842d

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

Shades of Geebung #C2842D

Tints of Geebung #C2842D

Color information

#C2842D (or 0xC2842D) is unknown color: approx Geebung. HEX triplet: C2, 84 and 2D. RGB value is (194,132,45). Sum of RGB (Red+Green+Blue) = 194+132+45=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2842D is #3D7BD2. Grayscale: #8D8D8D. Windows color (decimal): -4029395 or 2983106. OLE color: 2983106.

HSL color Cylindrical-coordinate representation of color #C2842D: hue angle of 35.03º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2842D is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB19413245-
CMYK00.320.770.24
HSL35.03º62.34%46.86%-
HSV(B)35.03º76.8%76.08%-
XYZ30.9728.166.29-
YUV140.6274.04166.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 45 (17.97% from 255) = 12.13%
R=52.29%
G=35.58%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941324500.320.770.2435.0362.3446.86
HexC2842D0204D18233e2f
Octal3022045504011530437657
Binary11000010100001001011010100000100110111000100011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2842d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2842d; }

 p { color: rgb(194,132,45); }

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

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

 a { background-color: rgb(194,132,45); }

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

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

 span { border-color: rgb(194,132,45); }

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