#C1874B

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

Shades of Tussock #C1874B

Tints of Tussock #C1874B

Color information

#C1874B (or 0xC1874B) is unknown color: approx Tussock. HEX triplet: C1, 87 and 4B. RGB value is (193,135,75). Sum of RGB (Red+Green+Blue) = 193+135+75=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1874B is #3E78B4. Grayscale: #919191. Windows color (decimal): -4094133 or 4949953. OLE color: 4949953.

HSL color Cylindrical-coordinate representation of color #C1874B: hue angle of 30.51º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1874B is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19313575-
CMYK00.300.610.24
HSL30.51º48.76%52.55%-
HSV(B)30.51º61.14%75.69%-
XYZ31.9329.1710.6-
YUV145.588.22161.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.89%
GREEN value IS 135 (53.12% from 255) = 33.50%
BLUE value IS 75 (29.69% from 255) = 18.61%
R=47.89%
G=33.50%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931357500.300.610.2430.5148.7652.55
HexC1874B01E3D181f3135
Octal3012071130367530376165
Binary110000011000011110010110111101111011100011111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1874B; }

 p { color: rgb(193,135,75); }

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

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

 a { background-color: rgb(193,135,75); }

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

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

 span { border-color: rgb(193,135,75); }

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