Html Css Color HEX #C17828 Pirate Gold

📋 copy color: '#C17828'

red 193 ◦ green 120 ◦ blue 40

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

Shades of Pirate Gold #C17828

Tints of Pirate Gold #C17828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.33%

R = 54.67%
G = 33.99%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C17828 (or 0xC17828) is known color: Pirate Gold. HEX triplet: C1, 78 and 28. RGB value is (193,120,40). Sum of RGB (Red+Green+Blue) = 193+120+40=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C17828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17828 is #3E87D7. Grayscale: #858585. Windows color (decimal): -4098008 or 2652353. OLE color: 2652353.

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

Color convert

RGB 193 120 40 -
CMYK 0 0.38 0.79 0.24
HSL 31.37º 0.66% 0.46% -
HSV(B) 31.37º 0.79% 0.76% -
XYZ 29.09 24.92 5.28 -
YUV 132.71 75.68 171 -
System Red Green Blue C M Y K H S L
Decimal 193 120 40 0 0.38 0.79 0.24 31.37 0.66 0.46
Hex C1 78 28 0 26 4F 18 1F 42 2E
Octal 301 170 50 0 46 117 30 37 102 56
Binary 11000001 1111000 101000 0 100110 1001111 11000 11111 1000010 101110

Color Harmonies of #C17828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17828

Black with #C17828

Text Example


Text Example

White with #C17828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17828; }

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

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

background-color css

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

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

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

border-color css

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

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

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