Html Css Color HEX #C28313 Dark Goldenrod

📋 copy color: '#C28313'

red 194 ◦ green 131 ◦ blue 19

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

Shades of Dark Goldenrod #C28313

Tints of Dark Goldenrod #C28313

RGB

 RED value IS 194 (76.17% from 255) = 56.4%

 GREEN value IS 131 (51.56% from 255) = 38.08%

 BLUE value IS 19 (7.81% from 255) = 5.52%

R = 56.4%
G = 38.08%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C28313 (or 0xC28313) is known color: Dark Goldenrod. HEX triplet: C2, 83 and 13. RGB value is (194,131,19). Sum of RGB (Red+Green+Blue) = 194+131+19=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C28313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28313 is #3D7CEC. Grayscale: #898989. Windows color (decimal): -4029677 or 1278914. OLE color: 1278914.

HSL color Cylindrical-coordinate representation of color #C28313: hue angle of 38.4º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C28313 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 131 19 -
CMYK 0 0.32 0.90 0.24
HSL 38.4º 0.82% 0.42% -
HSV(B) 38.4º 0.9% 0.76% -
XYZ 30.48 27.75 4.37 -
YUV 137.07 61.37 168.61 -
System Red Green Blue C M Y K H S L
Decimal 194 131 19 0 0.32 0.90 0.24 38.4 0.82 0.42
Hex C2 83 13 0 20 5A 18 26 52 2A
Octal 302 203 23 0 40 132 30 46 122 52
Binary 11000010 10000011 10011 0 100000 1011010 11000 100110 1010010 101010

Color Harmonies of #C28313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28313

Black with #C28313

Text Example


Text Example

White with #C28313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28313; }

 p { color: rgb(194,131,19); }

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

background-color css

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

 a { background-color: rgb(194,131,19); }

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

border-color css

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

 span { border-color: rgb(194,131,19); }

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