Html Css Color HEX #C3850F Dark Goldenrod

📋 copy color: '#C3850F'

red 195 ◦ green 133 ◦ blue 15

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

Shades of Dark Goldenrod #C3850F

Tints of Dark Goldenrod #C3850F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.37%

R = 56.85%
G = 38.78%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3850F (or 0xC3850F) is known color: Dark Goldenrod. HEX triplet: C3, 85 and 0F. RGB value is (195,133,15). Sum of RGB (Red+Green+Blue) = 195+133+15=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3850F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3850F is #3C7AF0. Grayscale: #8A8A8A. Windows color (decimal): -3963633 or 1017283. OLE color: 1017283.

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

Color convert

RGB 195 133 15 -
CMYK 0 0.32 0.92 0.24
HSL 39.33º 0.86% 0.41% -
HSV(B) 39.33º 0.92% 0.76% -
XYZ 30.98 28.41 4.3 -
YUV 138.09 58.54 168.59 -
System Red Green Blue C M Y K H S L
Decimal 195 133 15 0 0.32 0.92 0.24 39.33 0.86 0.41
Hex C3 85 F 0 20 5C 18 27 56 29
Octal 303 205 17 0 40 134 30 47 126 51
Binary 11000011 10000101 1111 0 100000 1011100 11000 100111 1010110 101001

Color Harmonies of #C3850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3850F

Black with #C3850F

Text Example


Text Example

White with #C3850F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3850F; }

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

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

background-color css

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

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

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

border-color css

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

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

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