Html Css Color HEX #C1831A Dark Goldenrod

📋 copy color: '#C1831A'

red 193 ◦ green 131 ◦ blue 26

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

Shades of Dark Goldenrod #C1831A

Tints of Dark Goldenrod #C1831A

RGB

 RED value IS 193 (75.78% from 255) = 55.14%

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

 BLUE value IS 26 (10.55% from 255) = 7.43%

R = 55.14%
G = 37.43%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1831A (or 0xC1831A) is known color: Dark Goldenrod. HEX triplet: C1, 83 and 1A. RGB value is (193,131,26). Sum of RGB (Red+Green+Blue) = 193+131+26=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1831A is #3E7CE5. Grayscale: #8A8A8A. Windows color (decimal): -4095206 or 1737665. OLE color: 1737665.

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

Color convert

RGB 193 131 26 -
CMYK 0 0.32 0.87 0.24
HSL 37.72º 0.76% 0.43% -
HSV(B) 37.72º 0.87% 0.76% -
XYZ 30.3 27.64 4.72 -
YUV 137.57 65.04 167.54 -
System Red Green Blue C M Y K H S L
Decimal 193 131 26 0 0.32 0.87 0.24 37.72 0.76 0.43
Hex C1 83 1A 0 20 57 18 26 4C 2B
Octal 301 203 32 0 40 127 30 46 114 53
Binary 11000001 10000011 11010 0 100000 1010111 11000 100110 1001100 101011

Color Harmonies of #C1831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1831A

Black with #C1831A

Text Example


Text Example

White with #C1831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1831A; }

 p { color: rgb(193,131,26); }

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

background-color css

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

 a { background-color: rgb(193,131,26); }

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

border-color css

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

 span { border-color: rgb(193,131,26); }

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