#C89223

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

Shades of Nugget #C89223

Tints of Nugget #C89223

Color information

#C89223 (or 0xC89223) is unknown color: approx Nugget. HEX triplet: C8, 92 and 23. RGB value is (200,146,35). Sum of RGB (Red+Green+Blue) = 200+146+35=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C89223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89223 is #376DDC. Grayscale: #959595. Windows color (decimal): -3632605 or 2331336. OLE color: 2331336.

HSL color Cylindrical-coordinate representation of color #C89223: hue angle of 40.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C89223 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB20014635-
CMYK00.270.820.22
HSL40.36º70.21%46.08%-
HSV(B)40.36º82.5%78.43%-
XYZ34.432.966.14-
YUV149.4963.39164.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.49%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 35 (14.06% from 255) = 9.19%
R=52.49%
G=38.32%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001463500.270.820.2240.3670.2146.08
HexC8922301B521628462e
Octal31022243033122265010656
Binary11001000100100101000110110111010010101101010001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89223; }

 p { color: rgb(200,146,35); }

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

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

 a { background-color: rgb(200,146,35); }

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

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

 span { border-color: rgb(200,146,35); }

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