Html Css Color HEX #C3760B Dark Goldenrod

📋 copy color: '#C3760B'

red 195 ◦ green 118 ◦ blue 11

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

Shades of Dark Goldenrod #C3760B

Tints of Dark Goldenrod #C3760B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.42%

 BLUE value IS 11 (4.69% from 255) = 3.4%

R = 60.19%
G = 36.42%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3760B (or 0xC3760B) is known color: Dark Goldenrod. HEX triplet: C3, 76 and 0B. RGB value is (195,118,11). Sum of RGB (Red+Green+Blue) = 195+118+11=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3760B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3760B is #3C89F4. Grayscale: #818181. Windows color (decimal): -3967477 or 751299. OLE color: 751299.

HSL color Cylindrical-coordinate representation of color #C3760B: hue angle of 34.89º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3760B is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 118 11 -
CMYK 0 0.39 0.94 0.24
HSL 34.89º 0.89% 0.4% -
HSV(B) 34.89º 0.94% 0.76% -
XYZ 29.04 24.58 3.53 -
YUV 128.83 61.51 175.2 -
System Red Green Blue C M Y K H S L
Decimal 195 118 11 0 0.39 0.94 0.24 34.89 0.89 0.4
Hex C3 76 B 0 27 5E 18 23 59 28
Octal 303 166 13 0 47 136 30 43 131 50
Binary 11000011 1110110 1011 0 100111 1011110 11000 100011 1011001 101000

Color Harmonies of #C3760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3760B

Black with #C3760B

Text Example


Text Example

White with #C3760B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3760B; }

 p { color: rgb(195,118,11); }

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

background-color css

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

 a { background-color: rgb(195,118,11); }

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

border-color css

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

 span { border-color: rgb(195,118,11); }

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