Html Css Color HEX #C0891A Dark Goldenrod

📋 copy color: '#C0891A'

red 192 ◦ green 137 ◦ blue 26

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

Shades of Dark Goldenrod #C0891A

Tints of Dark Goldenrod #C0891A

RGB

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

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

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

R = 54.08%
G = 38.59%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0891A (or 0xC0891A) is known color: Dark Goldenrod. HEX triplet: C0, 89 and 1A. RGB value is (192,137,26). Sum of RGB (Red+Green+Blue) = 192+137+26=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0891A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0891A is #3F76E5. Grayscale: #8D8D8D. Windows color (decimal): -4159206 or 1739200. OLE color: 1739200.

HSL color Cylindrical-coordinate representation of color #C0891A: hue angle of 40.12º 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 #C0891A is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 137 26 -
CMYK 0 0.29 0.86 0.25
HSL 40.12º 0.76% 0.43% -
HSV(B) 40.12º 0.86% 0.75% -
XYZ 30.87 29.17 4.98 -
YUV 140.79 63.22 164.53 -
System Red Green Blue C M Y K H S L
Decimal 192 137 26 0 0.29 0.86 0.25 40.12 0.76 0.43
Hex C0 89 1A 0 1D 56 19 28 4C 2B
Octal 300 211 32 0 35 126 31 50 114 53
Binary 11000000 10001001 11010 0 11101 1010110 11001 101000 1001100 101011

Color Harmonies of #C0891A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0891A

Black with #C0891A

Text Example


Text Example

White with #C0891A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0891A; }

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

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

background-color css

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

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

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

border-color css

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

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

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