Html Css Color HEX #C3740C Dark Goldenrod

📋 copy color: '#C3740C'

red 195 ◦ green 116 ◦ blue 12

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

Shades of Dark Goldenrod #C3740C

Tints of Dark Goldenrod #C3740C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.72%

R = 60.37%
G = 35.91%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3740C (or 0xC3740C) is known color: Dark Goldenrod. HEX triplet: C3, 74 and 0C. RGB value is (195,116,12). Sum of RGB (Red+Green+Blue) = 195+116+12=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3740C is #3C8BF3. Grayscale: #808080. Windows color (decimal): -3967988 or 816323. OLE color: 816323.

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

Color convert

RGB 195 116 12 -
CMYK 0 0.41 0.94 0.24
HSL 34.1º 0.88% 0.41% -
HSV(B) 34.1º 0.94% 0.76% -
XYZ 28.82 24.12 3.48 -
YUV 127.77 62.67 175.96 -
System Red Green Blue C M Y K H S L
Decimal 195 116 12 0 0.41 0.94 0.24 34.1 0.88 0.41
Hex C3 74 C 0 29 5E 18 22 58 29
Octal 303 164 14 0 51 136 30 42 130 51
Binary 11000011 1110100 1100 0 101001 1011110 11000 100010 1011000 101001

Color Harmonies of #C3740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3740C

Black with #C3740C

Text Example


Text Example

White with #C3740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3740C; }

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

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

background-color css

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

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

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

border-color css

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

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

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