Html Css Color HEX #C3790D Dark Goldenrod

📋 copy color: '#C3790D'

red 195 ◦ green 121 ◦ blue 13

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

Shades of Dark Goldenrod #C3790D

Tints of Dark Goldenrod #C3790D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.95%

R = 59.27%
G = 36.78%
B = 3.95%

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

#C3790D (or 0xC3790D) is known color: Dark Goldenrod. HEX triplet: C3, 79 and 0D. RGB value is (195,121,13). Sum of RGB (Red+Green+Blue) = 195+121+13=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C3790D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3790D is #3C86F2. Grayscale: #838383. Windows color (decimal): -3966707 or 883139. OLE color: 883139.

HSL color Cylindrical-coordinate representation of color #C3790D: hue angle of 35.6º degrees, saturation: 0.88, 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 #C3790D is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 121 13 -
CMYK 0 0.38 0.93 0.24
HSL 35.6º 0.88% 0.41% -
HSV(B) 35.6º 0.93% 0.76% -
XYZ 29.42 25.31 3.71 -
YUV 130.81 61.52 173.78 -
System Red Green Blue C M Y K H S L
Decimal 195 121 13 0 0.38 0.93 0.24 35.6 0.88 0.41
Hex C3 79 D 0 26 5D 18 24 58 29
Octal 303 171 15 0 46 135 30 44 130 51
Binary 11000011 1111001 1101 0 100110 1011101 11000 100100 1011000 101001

Color Harmonies of #C3790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3790D

Black with #C3790D

Text Example


Text Example

White with #C3790D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3790D; }

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

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

background-color css

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

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

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

border-color css

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

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

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