Html Css Color HEX #C0740A Dark Goldenrod

📋 copy color: '#C0740A'

red 192 ◦ green 116 ◦ blue 10

#C0740A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #C0740A

Tints of Dark Goldenrod #C0740A

RGB

 RED value IS 192 (75.39% from 255) = 60.38%

 GREEN value IS 116 (45.7% from 255) = 36.48%

 BLUE value IS 10 (4.3% from 255) = 3.14%

R = 60.38%
G = 36.48%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0740A (or 0xC0740A) is known color: Dark Goldenrod. HEX triplet: C0, 74 and 0A. RGB value is (192,116,10). Sum of RGB (Red+Green+Blue) = 192+116+10=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C0740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0740A is #3F8BF5. Grayscale: #7F7F7F. Windows color (decimal): -4164598 or 685248. OLE color: 685248.

HSL color Cylindrical-coordinate representation of color #C0740A: hue angle of 34.95º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0740A is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 116 10 -
CMYK 0 0.40 0.95 0.25
HSL 34.95º 0.9% 0.4% -
HSV(B) 34.95º 0.95% 0.75% -
XYZ 28.04 23.72 3.39 -
YUV 126.64 62.18 174.62 -
System Red Green Blue C M Y K H S L
Decimal 192 116 10 0 0.40 0.95 0.25 34.95 0.9 0.4
Hex C0 74 A 0 28 5F 19 23 5A 28
Octal 300 164 12 0 50 137 31 43 132 50
Binary 11000000 1110100 1010 0 101000 1011111 11001 100011 1011010 101000

Color Harmonies of #C0740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0740A

Black with #C0740A

Text Example


Text Example

White with #C0740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0740A; }

 p { color: rgb(192,116,10); }

 H1.HeaderClassName
 {
   color: #C0740A;
 }
 .AnyTagClassName
 {
   color: #C0740A;
 }
</style>

background-color css

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

 a { background-color: rgb(192,116,10); }

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

border-color css

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

 span { border-color: rgb(192,116,10); }

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