Html Css Color HEX #C1841A Dark Goldenrod

📋 copy color: '#C1841A'

red 193 ◦ green 132 ◦ blue 26

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

Shades of Dark Goldenrod #C1841A

Tints of Dark Goldenrod #C1841A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.61%

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

R = 54.99%
G = 37.61%
B = 7.41%

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

#C1841A (or 0xC1841A) is known color: Dark Goldenrod. HEX triplet: C1, 84 and 1A. RGB value is (193,132,26). Sum of RGB (Red+Green+Blue) = 193+132+26=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1841A is #3E7BE5. Grayscale: #8A8A8A. Windows color (decimal): -4094950 or 1737921. OLE color: 1737921.

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

Color convert

RGB 193 132 26 -
CMYK 0 0.32 0.87 0.24
HSL 38.08º 0.76% 0.43% -
HSV(B) 38.08º 0.87% 0.76% -
XYZ 30.43 27.91 4.76 -
YUV 138.16 64.71 167.12 -
System Red Green Blue C M Y K H S L
Decimal 193 132 26 0 0.32 0.87 0.24 38.08 0.76 0.43
Hex C1 84 1A 0 20 57 18 26 4C 2B
Octal 301 204 32 0 40 127 30 46 114 53
Binary 11000001 10000100 11010 0 100000 1010111 11000 100110 1001100 101011

Color Harmonies of #C1841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1841A

Black with #C1841A

Text Example


Text Example

White with #C1841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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