Html Css Color HEX #C27927 Pirate Gold

📋 copy color: '#C27927'

red 194 ◦ green 121 ◦ blue 39

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

Shades of Pirate Gold #C27927

Tints of Pirate Gold #C27927

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

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

R = 54.8%
G = 34.18%
B = 11.02%

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

#C27927 (or 0xC27927) is known color: Pirate Gold. HEX triplet: C2, 79 and 27. RGB value is (194,121,39). Sum of RGB (Red+Green+Blue) = 194+121+39=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C27927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27927 is #3D86D8. Grayscale: #858585. Windows color (decimal): -4032217 or 2587074. OLE color: 2587074.

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

Color convert

RGB 194 121 39 -
CMYK 0 0.38 0.80 0.24
HSL 31.74º 0.67% 0.46% -
HSV(B) 31.74º 0.8% 0.76% -
XYZ 29.45 25.29 5.25 -
YUV 133.48 74.68 171.17 -
System Red Green Blue C M Y K H S L
Decimal 194 121 39 0 0.38 0.80 0.24 31.74 0.67 0.46
Hex C2 79 27 0 26 50 18 20 43 2E
Octal 302 171 47 0 46 120 30 40 103 56
Binary 11000010 1111001 100111 0 100110 1010000 11000 100000 1000011 101110

Color Harmonies of #C27927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27927

Black with #C27927

Text Example


Text Example

White with #C27927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27927; }

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

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

background-color css

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

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

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

border-color css

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

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

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