Html Css Color HEX #C27827 Pirate Gold

📋 copy color: '#C27827'

red 194 ◦ green 120 ◦ blue 39

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

Shades of Pirate Gold #C27827

Tints of Pirate Gold #C27827

RGB

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

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

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

R = 54.96%
G = 33.99%
B = 11.05%

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

#C27827 (or 0xC27827) is known color: Pirate Gold. HEX triplet: C2, 78 and 27. RGB value is (194,120,39). Sum of RGB (Red+Green+Blue) = 194+120+39=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C27827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27827 is #3D87D8. Grayscale: #858585. Windows color (decimal): -4032473 or 2586818. OLE color: 2586818.

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

Color convert

RGB 194 120 39 -
CMYK 0 0.38 0.80 0.24
HSL 31.35º 0.67% 0.46% -
HSV(B) 31.35º 0.8% 0.76% -
XYZ 29.33 25.05 5.21 -
YUV 132.89 75.02 171.59 -
System Red Green Blue C M Y K H S L
Decimal 194 120 39 0 0.38 0.80 0.24 31.35 0.67 0.46
Hex C2 78 27 0 26 50 18 1F 43 2E
Octal 302 170 47 0 46 120 30 37 103 56
Binary 11000010 1111000 100111 0 100110 1010000 11000 11111 1000011 101110

Color Harmonies of #C27827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27827

Black with #C27827

Text Example


Text Example

White with #C27827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27827; }

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

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

background-color css

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

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

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

border-color css

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

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

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