Html Css Color HEX #C3870F Dark Goldenrod

📋 copy color: '#C3870F'

red 195 ◦ green 135 ◦ blue 15

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

Shades of Dark Goldenrod #C3870F

Tints of Dark Goldenrod #C3870F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.13%

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

R = 56.52%
G = 39.13%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3870F (or 0xC3870F) is known color: Dark Goldenrod. HEX triplet: C3, 87 and 0F. RGB value is (195,135,15). Sum of RGB (Red+Green+Blue) = 195+135+15=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C3870F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3870F is #3C78F0. Grayscale: #8B8B8B. Windows color (decimal): -3963121 or 1017795. OLE color: 1017795.

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

Color convert

RGB 195 135 15 -
CMYK 0 0.31 0.92 0.24
HSL 40º 0.86% 0.41% -
HSV(B) 40º 0.92% 0.76% -
XYZ 31.26 28.96 4.4 -
YUV 139.26 57.88 167.76 -
System Red Green Blue C M Y K H S L
Decimal 195 135 15 0 0.31 0.92 0.24 40 0.86 0.41
Hex C3 87 F 0 1F 5C 18 28 56 29
Octal 303 207 17 0 37 134 30 50 126 51
Binary 11000011 10000111 1111 0 11111 1011100 11000 101000 1010110 101001

Color Harmonies of #C3870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3870F

Black with #C3870F

Text Example


Text Example

White with #C3870F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3870F; }

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

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

background-color css

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

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

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

border-color css

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

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

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