#C3890E

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

Shades of Dark Goldenrod #C3890E

Tints of Dark Goldenrod #C3890E

Color information

#C3890E (or 0xC3890E) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 89 and 0E. RGB value is (195,137,14). Sum of RGB (Red+Green+Blue) = 195+137+14=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C3890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3890E is #3C76F1. Grayscale: #8C8C8C. Windows color (decimal): -3962610 or 952771. OLE color: 952771.

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

Color convert

RGB19513714-
CMYK00.300.930.24
HSL40.77º86.6%40.98%-
HSV(B)40.77º92.82%76.47%-
XYZ31.5329.534.45-
YUV140.3256.72167-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.36%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 14 (5.86% from 255) = 4.05%
R=56.36%
G=39.60%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951371400.300.930.2440.7786.640.98
HexC389E01E5D18295729
Octal30321116036135305112751
Binary110000111000100111100111101011101110001010011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3890E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3890E; }

 p { color: rgb(195,137,14); }

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

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

 a { background-color: rgb(195,137,14); }

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

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

 span { border-color: rgb(195,137,14); }

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