Html Css Color HEX #C1871A Dark Goldenrod

📋 copy color: '#C1871A'

red 193 ◦ green 135 ◦ blue 26

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

Shades of Dark Goldenrod #C1871A

Tints of Dark Goldenrod #C1871A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.14%

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

R = 54.52%
G = 38.14%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1871A (or 0xC1871A) is known color: Dark Goldenrod. HEX triplet: C1, 87 and 1A. RGB value is (193,135,26). Sum of RGB (Red+Green+Blue) = 193+135+26=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1871A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1871A is #3E78E5. Grayscale: #8C8C8C. Windows color (decimal): -4094182 or 1738689. OLE color: 1738689.

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

Color convert

RGB 193 135 26 -
CMYK 0 0.30 0.87 0.24
HSL 39.16º 0.76% 0.43% -
HSV(B) 39.16º 0.87% 0.76% -
XYZ 30.84 28.74 4.9 -
YUV 139.92 63.72 165.86 -
System Red Green Blue C M Y K H S L
Decimal 193 135 26 0 0.30 0.87 0.24 39.16 0.76 0.43
Hex C1 87 1A 0 1E 57 18 27 4C 2B
Octal 301 207 32 0 36 127 30 47 114 53
Binary 11000001 10000111 11010 0 11110 1010111 11000 100111 1001100 101011

Color Harmonies of #C1871A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1871A

Black with #C1871A

Text Example


Text Example

White with #C1871A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1871A; }

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

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

background-color css

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

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

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

border-color css

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

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

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