Html Css Color HEX #C0841A Dark Goldenrod

📋 copy color: '#C0841A'

red 192 ◦ green 132 ◦ blue 26

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

Shades of Dark Goldenrod #C0841A

Tints of Dark Goldenrod #C0841A

RGB

 RED value IS 192 (75.39% from 255) = 54.86%

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

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

R = 54.86%
G = 37.71%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0841A (or 0xC0841A) is known color: Dark Goldenrod. HEX triplet: C0, 84 and 1A. RGB value is (192,132,26). Sum of RGB (Red+Green+Blue) = 192+132+26=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0841A is #3F7BE5. Grayscale: #8A8A8A. Windows color (decimal): -4160486 or 1737920. OLE color: 1737920.

HSL color Cylindrical-coordinate representation of color #C0841A: hue angle of 38.31º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0841A is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 132 26 -
CMYK 0 0.31 0.86 0.25
HSL 38.31º 0.76% 0.43% -
HSV(B) 38.31º 0.86% 0.75% -
XYZ 30.18 27.78 4.75 -
YUV 137.86 64.88 166.62 -
System Red Green Blue C M Y K H S L
Decimal 192 132 26 0 0.31 0.86 0.25 38.31 0.76 0.43
Hex C0 84 1A 0 1F 56 19 26 4C 2B
Octal 300 204 32 0 37 126 31 46 114 53
Binary 11000000 10000100 11010 0 11111 1010110 11001 100110 1001100 101011

Color Harmonies of #C0841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0841A

Black with #C0841A

Text Example


Text Example

White with #C0841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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