Html Css Color HEX #C07305 Dark Goldenrod

📋 copy color: '#C07305'

red 192 ◦ green 115 ◦ blue 5

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

Shades of Dark Goldenrod #C07305

Tints of Dark Goldenrod #C07305

RGB

 RED value IS 192 (75.39% from 255) = 61.54%

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

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 61.54%
G = 36.86%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C07305 (or 0xC07305) is known color: Dark Goldenrod. HEX triplet: C0, 73 and 05. RGB value is (192,115,5). Sum of RGB (Red+Green+Blue) = 192+115+5=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C07305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07305 is #3F8CFA. Grayscale: #7D7D7D. Windows color (decimal): -4164859 or 357312. OLE color: 357312.

HSL color Cylindrical-coordinate representation of color #C07305: hue angle of 35.29º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C07305 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 5 -
CMYK 0 0.40 0.97 0.25
HSL 35.29º 0.95% 0.39% -
HSV(B) 35.29º 0.97% 0.75% -
XYZ 27.9 23.48 3.21 -
YUV 125.48 60.01 175.44 -
System Red Green Blue C M Y K H S L
Decimal 192 115 5 0 0.40 0.97 0.25 35.29 0.95 0.39
Hex C0 73 5 0 28 61 19 23 5F 27
Octal 300 163 5 0 50 141 31 43 137 47
Binary 11000000 1110011 101 0 101000 1100001 11001 100011 1011111 100111

Color Harmonies of #C07305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07305

Black with #C07305

Text Example


Text Example

White with #C07305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07305; }

 p { color: rgb(192,115,5); }

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

background-color css

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

 a { background-color: rgb(192,115,5); }

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

border-color css

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

 span { border-color: rgb(192,115,5); }

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