Html Css Color HEX #C3850A Dark Goldenrod

📋 copy color: '#C3850A'

red 195 ◦ green 133 ◦ blue 10

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

Shades of Dark Goldenrod #C3850A

Tints of Dark Goldenrod #C3850A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.35%

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

R = 57.69%
G = 39.35%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C3850A (or 0xC3850A) is known color: Dark Goldenrod. HEX triplet: C3, 85 and 0A. RGB value is (195,133,10). Sum of RGB (Red+Green+Blue) = 195+133+10=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3850A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3850A is #3C7AF5. Grayscale: #8A8A8A. Windows color (decimal): -3963638 or 689603. OLE color: 689603.

HSL color Cylindrical-coordinate representation of color #C3850A: hue angle of 39.89º 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 #C3850A is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 133 10 -
CMYK 0 0.32 0.95 0.24
HSL 39.89º 0.9% 0.4% -
HSV(B) 39.89º 0.95% 0.76% -
XYZ 30.95 28.4 4.14 -
YUV 137.52 56.04 169 -
System Red Green Blue C M Y K H S L
Decimal 195 133 10 0 0.32 0.95 0.24 39.89 0.9 0.4
Hex C3 85 A 0 20 5F 18 28 5A 28
Octal 303 205 12 0 40 137 30 50 132 50
Binary 11000011 10000101 1010 0 100000 1011111 11000 101000 1011010 101000

Color Harmonies of #C3850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3850A

Black with #C3850A

Text Example


Text Example

White with #C3850A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3850A; }

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

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

background-color css

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

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

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

border-color css

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

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

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