#c1882d

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

Shades of Geebung #C1882D

Tints of Geebung #C1882D

Color information

#C1882D (or 0xC1882D) is unknown color: approx Geebung. HEX triplet: C1, 88 and 2D. RGB value is (193,136,45). Sum of RGB (Red+Green+Blue) = 193+136+45=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C1882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1882D is #3E77D2. Grayscale: #8F8F8F. Windows color (decimal): -4093907 or 2984129. OLE color: 2984129.

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

Color convert

RGB19313645-
CMYK00.300.770.24
HSL36.89º62.18%46.67%-
HSV(B)36.89º76.68%75.69%-
XYZ31.2729.146.46-
YUV142.6772.88163.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.60%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 45 (17.97% from 255) = 12.03%
R=51.60%
G=36.36%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931364500.300.770.2436.8962.1846.67
HexC1882D01E4D18253e2f
Octal3012105503611530457657
Binary1100000110001000101101011110100110111000100101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1882d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1882d; }

 p { color: rgb(193,136,45); }

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

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

 a { background-color: rgb(193,136,45); }

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

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

 span { border-color: rgb(193,136,45); }

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