Html Css Color HEX #C4740A Dark Goldenrod

📋 copy color: '#C4740A'

red 196 ◦ green 116 ◦ blue 10

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

Shades of Dark Goldenrod #C4740A

Tints of Dark Goldenrod #C4740A

RGB

 RED value IS 196 (76.95% from 255) = 60.87%

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

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

R = 60.87%
G = 36.02%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4740A (or 0xC4740A) is known color: Dark Goldenrod. HEX triplet: C4, 74 and 0A. RGB value is (196,116,10). Sum of RGB (Red+Green+Blue) = 196+116+10=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C4740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4740A is #3B8BF5. Grayscale: #808080. Windows color (decimal): -3902454 or 685252. OLE color: 685252.

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

Color convert

RGB 196 116 10 -
CMYK 0 0.41 0.95 0.23
HSL 34.19º 0.9% 0.4% -
HSV(B) 34.19º 0.95% 0.77% -
XYZ 29.07 24.25 3.44 -
YUV 127.84 61.5 176.62 -
System Red Green Blue C M Y K H S L
Decimal 196 116 10 0 0.41 0.95 0.23 34.19 0.9 0.4
Hex C4 74 A 0 29 5F 17 22 5A 28
Octal 304 164 12 0 51 137 27 42 132 50
Binary 11000100 1110100 1010 0 101001 1011111 10111 100010 1011010 101000

Color Harmonies of #C4740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4740A

Black with #C4740A

Text Example


Text Example

White with #C4740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4740A; }

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

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

background-color css

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

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

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

border-color css

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

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

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