Html Css Color HEX #C3760A Dark Goldenrod

📋 copy color: '#C3760A'

red 195 ◦ green 118 ◦ blue 10

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

Shades of Dark Goldenrod #C3760A

Tints of Dark Goldenrod #C3760A

RGB

 RED value IS 195 (76.56% from 255) = 60.37%

 GREEN value IS 118 (46.48% from 255) = 36.53%

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

R = 60.37%
G = 36.53%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C3760A (or 0xC3760A) is known color: Dark Goldenrod. HEX triplet: C3, 76 and 0A. RGB value is (195,118,10). Sum of RGB (Red+Green+Blue) = 195+118+10=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3760A is #3C89F5. Grayscale: #818181. Windows color (decimal): -3967478 or 685763. OLE color: 685763.

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

Color convert

RGB 195 118 10 -
CMYK 0 0.39 0.95 0.24
HSL 35.03º 0.9% 0.4% -
HSV(B) 35.03º 0.95% 0.76% -
XYZ 29.04 24.58 3.5 -
YUV 128.71 61.01 175.28 -
System Red Green Blue C M Y K H S L
Decimal 195 118 10 0 0.39 0.95 0.24 35.03 0.9 0.4
Hex C3 76 A 0 27 5F 18 23 5A 28
Octal 303 166 12 0 47 137 30 43 132 50
Binary 11000011 1110110 1010 0 100111 1011111 11000 100011 1011010 101000

Color Harmonies of #C3760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3760A

Black with #C3760A

Text Example


Text Example

White with #C3760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3760A; }

 p { color: rgb(195,118,10); }

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

background-color css

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

 a { background-color: rgb(195,118,10); }

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

border-color css

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

 span { border-color: rgb(195,118,10); }

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