Html Css Color HEX #C17827 Pirate Gold

📋 copy color: '#C17827'

red 193 ◦ green 120 ◦ blue 39

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

Shades of Pirate Gold #C17827

Tints of Pirate Gold #C17827

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.09%

 BLUE value IS 39 (15.63% from 255) = 11.08%

R = 54.83%
G = 34.09%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C17827 (or 0xC17827) is known color: Pirate Gold. HEX triplet: C1, 78 and 27. RGB value is (193,120,39). Sum of RGB (Red+Green+Blue) = 193+120+39=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C17827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17827 is #3E87D8. Grayscale: #848484. Windows color (decimal): -4098009 or 2586817. OLE color: 2586817.

HSL color Cylindrical-coordinate representation of color #C17827: hue angle of 31.56º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C17827 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 120 39 -
CMYK 0 0.38 0.80 0.24
HSL 31.56º 0.66% 0.45% -
HSV(B) 31.56º 0.8% 0.76% -
XYZ 29.08 24.92 5.2 -
YUV 132.59 75.18 171.09 -
System Red Green Blue C M Y K H S L
Decimal 193 120 39 0 0.38 0.80 0.24 31.56 0.66 0.45
Hex C1 78 27 0 26 50 18 20 42 2D
Octal 301 170 47 0 46 120 30 40 102 55
Binary 11000001 1111000 100111 0 100110 1010000 11000 100000 1000010 101101

Color Harmonies of #C17827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17827

Black with #C17827

Text Example


Text Example

White with #C17827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17827; }

 p { color: rgb(193,120,39); }

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

background-color css

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

 a { background-color: rgb(193,120,39); }

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

border-color css

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

 span { border-color: rgb(193,120,39); }

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