Html Css Color HEX #C4730A Dark Goldenrod

📋 copy color: '#C4730A'

red 196 ◦ green 115 ◦ blue 10

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

Shades of Dark Goldenrod #C4730A

Tints of Dark Goldenrod #C4730A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.83%

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

R = 61.06%
G = 35.83%
B = 3.12%

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

#C4730A (or 0xC4730A) is known color: Dark Goldenrod. HEX triplet: C4, 73 and 0A. RGB value is (196,115,10). Sum of RGB (Red+Green+Blue) = 196+115+10=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C4730A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4730A is #3B8CF5. Grayscale: #7F7F7F. Windows color (decimal): -3902710 or 684996. OLE color: 684996.

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

Color convert

RGB 196 115 10 -
CMYK 0 0.41 0.95 0.23
HSL 33.87º 0.9% 0.4% -
HSV(B) 33.87º 0.95% 0.77% -
XYZ 28.95 24.02 3.4 -
YUV 127.25 61.84 177.04 -
System Red Green Blue C M Y K H S L
Decimal 196 115 10 0 0.41 0.95 0.23 33.87 0.9 0.4
Hex C4 73 A 0 29 5F 17 22 5A 28
Octal 304 163 12 0 51 137 27 42 132 50
Binary 11000100 1110011 1010 0 101001 1011111 10111 100010 1011010 101000

Color Harmonies of #C4730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4730A

Black with #C4730A

Text Example


Text Example

White with #C4730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4730A; }

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

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

background-color css

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

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

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

border-color css

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

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

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