Html Css Color HEX #C3740A Dark Goldenrod

📋 copy color: '#C3740A'

red 195 ◦ green 116 ◦ blue 10

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

Shades of Dark Goldenrod #C3740A

Tints of Dark Goldenrod #C3740A

RGB

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

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

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

R = 60.75%
G = 36.14%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C3740A (or 0xC3740A) is known color: Dark Goldenrod. HEX triplet: C3, 74 and 0A. RGB value is (195,116,10). Sum of RGB (Red+Green+Blue) = 195+116+10=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C3740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3740A is #3C8BF5. Grayscale: #808080. Windows color (decimal): -3967990 or 685251. OLE color: 685251.

HSL color Cylindrical-coordinate representation of color #C3740A: hue angle of 34.38º 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 #C3740A is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 116 10 -
CMYK 0 0.41 0.95 0.24
HSL 34.38º 0.9% 0.4% -
HSV(B) 34.38º 0.95% 0.76% -
XYZ 28.81 24.11 3.42 -
YUV 127.54 61.67 176.12 -
System Red Green Blue C M Y K H S L
Decimal 195 116 10 0 0.41 0.95 0.24 34.38 0.9 0.4
Hex C3 74 A 0 29 5F 18 22 5A 28
Octal 303 164 12 0 51 137 30 42 132 50
Binary 11000011 1110100 1010 0 101001 1011111 11000 100010 1011010 101000

Color Harmonies of #C3740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3740A

Black with #C3740A

Text Example


Text Example

White with #C3740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3740A; }

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

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

background-color css

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

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

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

border-color css

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

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

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