#C89320

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

Shades of Nugget #C89320

Tints of Nugget #C89320

Color information

#C89320 (or 0xC89320) is unknown color: approx Nugget. HEX triplet: C8, 93 and 20. RGB value is (200,147,32). Sum of RGB (Red+Green+Blue) = 200+147+32=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C89320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89320 is #376CDF. Grayscale: #969696. Windows color (decimal): -3632352 or 2134984. OLE color: 2134984.

HSL color Cylindrical-coordinate representation of color #C89320: hue angle of 41.07º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C89320 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB20014732-
CMYK00.260.840.22
HSL41.07º72.41%45.49%-
HSV(B)41.07º84%78.43%-
XYZ34.5133.255.97-
YUV149.7461.56163.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.77%
GREEN value IS 147 (57.81% from 255) = 38.79%
BLUE value IS 32 (12.89% from 255) = 8.44%
R=52.77%
G=38.79%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001473200.260.840.2241.0772.4145.49
HexC8932001A541629482d
Octal31022340032124265111055
Binary11001000100100111000000110101010100101101010011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89320; }

 p { color: rgb(200,147,32); }

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

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

 a { background-color: rgb(200,147,32); }

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

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

 span { border-color: rgb(200,147,32); }

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