Html Css Color HEX #C3790E Dark Goldenrod

📋 copy color: '#C3790E'

red 195 ◦ green 121 ◦ blue 14

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

Shades of Dark Goldenrod #C3790E

Tints of Dark Goldenrod #C3790E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.67%

 BLUE value IS 14 (5.86% from 255) = 4.24%

R = 59.09%
G = 36.67%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3790E (or 0xC3790E) is known color: Dark Goldenrod. HEX triplet: C3, 79 and 0E. RGB value is (195,121,14). Sum of RGB (Red+Green+Blue) = 195+121+14=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C3790E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3790E is #3C86F1. Grayscale: #838383. Windows color (decimal): -3966706 or 948675. OLE color: 948675.

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

Color convert

RGB 195 121 14 -
CMYK 0 0.38 0.93 0.24
HSL 35.47º 0.87% 0.41% -
HSV(B) 35.47º 0.93% 0.76% -
XYZ 29.42 25.31 3.75 -
YUV 130.93 62.02 173.7 -
System Red Green Blue C M Y K H S L
Decimal 195 121 14 0 0.38 0.93 0.24 35.47 0.87 0.41
Hex C3 79 E 0 26 5D 18 23 57 29
Octal 303 171 16 0 46 135 30 43 127 51
Binary 11000011 1111001 1110 0 100110 1011101 11000 100011 1010111 101001

Color Harmonies of #C3790E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3790E

Black with #C3790E

Text Example


Text Example

White with #C3790E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3790E; }

 p { color: rgb(195,121,14); }

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

background-color css

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

 a { background-color: rgb(195,121,14); }

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

border-color css

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

 span { border-color: rgb(195,121,14); }

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