Html Css Color HEX #C3890F Dark Goldenrod

📋 copy color: '#C3890F'

red 195 ◦ green 137 ◦ blue 15

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

Shades of Dark Goldenrod #C3890F

Tints of Dark Goldenrod #C3890F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.48%

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

R = 56.2%
G = 39.48%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3890F (or 0xC3890F) is known color: Dark Goldenrod. HEX triplet: C3, 89 and 0F. RGB value is (195,137,15). Sum of RGB (Red+Green+Blue) = 195+137+15=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C3890F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3890F is #3C76F0. Grayscale: #8C8C8C. Windows color (decimal): -3962609 or 1018307. OLE color: 1018307.

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

Color convert

RGB 195 137 15 -
CMYK 0 0.30 0.92 0.24
HSL 40.67º 0.86% 0.41% -
HSV(B) 40.67º 0.92% 0.76% -
XYZ 31.54 29.53 4.49 -
YUV 140.43 57.22 166.92 -
System Red Green Blue C M Y K H S L
Decimal 195 137 15 0 0.30 0.92 0.24 40.67 0.86 0.41
Hex C3 89 F 0 1E 5C 18 29 56 29
Octal 303 211 17 0 36 134 30 51 126 51
Binary 11000011 10001001 1111 0 11110 1011100 11000 101001 1010110 101001

Color Harmonies of #C3890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3890F

Black with #C3890F

Text Example


Text Example

White with #C3890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3890F; }

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

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

background-color css

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

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

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

border-color css

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

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

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