Html Css Color HEX #C27327 Pirate Gold

📋 copy color: '#C27327'

red 194 ◦ green 115 ◦ blue 39

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

Shades of Pirate Gold #C27327

Tints of Pirate Gold #C27327

RGB

 RED value IS 194 (76.17% from 255) = 55.75%

 GREEN value IS 115 (45.31% from 255) = 33.05%

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

R = 55.75%
G = 33.05%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C27327 (or 0xC27327) is known color: Pirate Gold. HEX triplet: C2, 73 and 27. RGB value is (194,115,39). Sum of RGB (Red+Green+Blue) = 194+115+39=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C27327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27327 is #3D8CD8. Grayscale: #828282. Windows color (decimal): -4033753 or 2585538. OLE color: 2585538.

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

Color convert

RGB 194 115 39 -
CMYK 0 0.41 0.80 0.24
HSL 29.42º 0.67% 0.46% -
HSV(B) 29.42º 0.8% 0.76% -
XYZ 28.75 23.88 5.01 -
YUV 129.96 76.67 173.68 -
System Red Green Blue C M Y K H S L
Decimal 194 115 39 0 0.41 0.80 0.24 29.42 0.67 0.46
Hex C2 73 27 0 29 50 18 1D 43 2E
Octal 302 163 47 0 51 120 30 35 103 56
Binary 11000010 1110011 100111 0 101001 1010000 11000 11101 1000011 101110

Color Harmonies of #C27327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27327

Black with #C27327

Text Example


Text Example

White with #C27327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27327; }

 p { color: rgb(194,115,39); }

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

background-color css

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

 a { background-color: rgb(194,115,39); }

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

border-color css

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

 span { border-color: rgb(194,115,39); }

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