Html Css Color HEX #C3770C Dark Goldenrod

📋 copy color: '#C3770C'

red 195 ◦ green 119 ◦ blue 12

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

Shades of Dark Goldenrod #C3770C

Tints of Dark Goldenrod #C3770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.5%

 BLUE value IS 12 (5.08% from 255) = 3.68%

R = 59.82%
G = 36.5%
B = 3.68%

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

#C3770C (or 0xC3770C) is known color: Dark Goldenrod. HEX triplet: C3, 77 and 0C. RGB value is (195,119,12). Sum of RGB (Red+Green+Blue) = 195+119+12=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3770C is #3C88F3. Grayscale: #828282. Windows color (decimal): -3967220 or 817091. OLE color: 817091.

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

Color convert

RGB 195 119 12 -
CMYK 0 0.39 0.94 0.24
HSL 35.08º 0.88% 0.41% -
HSV(B) 35.08º 0.94% 0.76% -
XYZ 29.17 24.82 3.6 -
YUV 129.53 61.68 174.7 -
System Red Green Blue C M Y K H S L
Decimal 195 119 12 0 0.39 0.94 0.24 35.08 0.88 0.41
Hex C3 77 C 0 27 5E 18 23 58 29
Octal 303 167 14 0 47 136 30 43 130 51
Binary 11000011 1110111 1100 0 100111 1011110 11000 100011 1011000 101001

Color Harmonies of #C3770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3770C

Black with #C3770C

Text Example


Text Example

White with #C3770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3770C; }

 p { color: rgb(195,119,12); }

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

background-color css

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

 a { background-color: rgb(195,119,12); }

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

border-color css

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

 span { border-color: rgb(195,119,12); }

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