Html Css Color HEX #C07A13 Dark Goldenrod

📋 copy color: '#C07A13'

red 192 ◦ green 122 ◦ blue 19

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

Shades of Dark Goldenrod #C07A13

Tints of Dark Goldenrod #C07A13

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.64%

 BLUE value IS 19 (7.81% from 255) = 5.71%

R = 57.66%
G = 36.64%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C07A13 (or 0xC07A13) is known color: Dark Goldenrod. HEX triplet: C0, 7A and 13. RGB value is (192,122,19). Sum of RGB (Red+Green+Blue) = 192+122+19=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07A13 is #3F85EC. Grayscale: #838383. Windows color (decimal): -4163053 or 1276608. OLE color: 1276608.

HSL color Cylindrical-coordinate representation of color #C07A13: hue angle of 35.72º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C07A13 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 19 -
CMYK 0 0.36 0.90 0.25
HSL 35.72º 0.82% 0.41% -
HSV(B) 35.72º 0.9% 0.75% -
XYZ 28.82 25.17 3.96 -
YUV 131.19 64.69 171.38 -
System Red Green Blue C M Y K H S L
Decimal 192 122 19 0 0.36 0.90 0.25 35.72 0.82 0.41
Hex C0 7A 13 0 24 5A 19 24 52 29
Octal 300 172 23 0 44 132 31 44 122 51
Binary 11000000 1111010 10011 0 100100 1011010 11001 100100 1010010 101001

Color Harmonies of #C07A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A13

Black with #C07A13

Text Example


Text Example

White with #C07A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A13; }

 p { color: rgb(192,122,19); }

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

background-color css

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

 a { background-color: rgb(192,122,19); }

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

border-color css

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

 span { border-color: rgb(192,122,19); }

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