Html Css Color HEX #C3750A Dark Goldenrod

📋 copy color: '#C3750A'

red 195 ◦ green 117 ◦ blue 10

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

Shades of Dark Goldenrod #C3750A

Tints of Dark Goldenrod #C3750A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.34%

 BLUE value IS 10 (4.3% from 255) = 3.11%

R = 60.56%
G = 36.34%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C3750A (or 0xC3750A) is known color: Dark Goldenrod. HEX triplet: C3, 75 and 0A. RGB value is (195,117,10). Sum of RGB (Red+Green+Blue) = 195+117+10=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C3750A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3750A is #3C8AF5. Grayscale: #808080. Windows color (decimal): -3967734 or 685507. OLE color: 685507.

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

Color convert

RGB 195 117 10 -
CMYK 0 0.4 0.95 0.24
HSL 34.7º 0.9% 0.4% -
HSV(B) 34.7º 0.95% 0.76% -
XYZ 28.92 24.35 3.46 -
YUV 128.12 61.34 175.7 -
System Red Green Blue C M Y K H S L
Decimal 195 117 10 0 0.4 0.95 0.24 34.7 0.9 0.4
Hex C3 75 A 0 28 5F 18 23 5A 28
Octal 303 165 12 0 50 137 30 43 132 50
Binary 11000011 1110101 1010 0 101000 1011111 11000 100011 1011010 101000

Color Harmonies of #C3750A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3750A

Black with #C3750A

Text Example


Text Example

White with #C3750A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3750A; }

 p { color: rgb(195,117,10); }

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

background-color css

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

 a { background-color: rgb(195,117,10); }

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

border-color css

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

 span { border-color: rgb(195,117,10); }

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