#C19B34

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

Shades of Nugget #C19B34

Tints of Nugget #C19B34

Color information

#C19B34 (or 0xC19B34) is unknown color: approx Nugget. HEX triplet: C1, 9B and 34. RGB value is (193,155,52). Sum of RGB (Red+Green+Blue) = 193+155+52=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19B34 is #3E64CB. Grayscale: #9B9B9B. Windows color (decimal): -4089036 or 3447745. OLE color: 3447745.

HSL color Cylindrical-coordinate representation of color #C19B34: hue angle of 43.83º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C19B34 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19315552-
CMYK00.200.730.24
HSL43.83º57.55%48.04%-
HSV(B)43.83º73.06%75.69%-
XYZ34.3335.038.2-
YUV154.6270.09155.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.25%
GREEN value IS 155 (60.94% from 255) = 38.75%
BLUE value IS 52 (20.70% from 255) = 13%
R=48.25%
G=38.75%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931555200.200.730.2443.8357.5548.04
HexC19B3401449182c3a30
Octal3012336402411130547260
Binary1100000110011011110100010100100100111000101100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19B34; }

 p { color: rgb(193,155,52); }

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

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

 a { background-color: rgb(193,155,52); }

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

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

 span { border-color: rgb(193,155,52); }

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