Html Css Color HEX #C3850C Dark Goldenrod

📋 copy color: '#C3850C'

red 195 ◦ green 133 ◦ blue 12

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

Shades of Dark Goldenrod #C3850C

Tints of Dark Goldenrod #C3850C

RGB

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

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

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

R = 57.35%
G = 39.12%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3850C (or 0xC3850C) is known color: Dark Goldenrod. HEX triplet: C3, 85 and 0C. RGB value is (195,133,12). Sum of RGB (Red+Green+Blue) = 195+133+12=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3850C is #3C7AF3. Grayscale: #8A8A8A. Windows color (decimal): -3963636 or 820675. OLE color: 820675.

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

Color convert

RGB 195 133 12 -
CMYK 0 0.32 0.94 0.24
HSL 39.67º 0.88% 0.41% -
HSV(B) 39.67º 0.94% 0.76% -
XYZ 30.96 28.4 4.2 -
YUV 137.74 57.04 168.84 -
System Red Green Blue C M Y K H S L
Decimal 195 133 12 0 0.32 0.94 0.24 39.67 0.88 0.41
Hex C3 85 C 0 20 5E 18 28 58 29
Octal 303 205 14 0 40 136 30 50 130 51
Binary 11000011 10000101 1100 0 100000 1011110 11000 101000 1011000 101001

Color Harmonies of #C3850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3850C

Black with #C3850C

Text Example


Text Example

White with #C3850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3850C; }

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

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

background-color css

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

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

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

border-color css

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

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

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