Html Css Color HEX #C07827 Pirate Gold

📋 copy color: '#C07827'

red 192 ◦ green 120 ◦ blue 39

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

Shades of Pirate Gold #C07827

Tints of Pirate Gold #C07827

RGB

 RED value IS 192 (75.39% from 255) = 54.7%

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

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

R = 54.7%
G = 34.19%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C07827 (or 0xC07827) is known color: Pirate Gold. HEX triplet: C0, 78 and 27. RGB value is (192,120,39). Sum of RGB (Red+Green+Blue) = 192+120+39=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C07827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07827 is #3F87D8. Grayscale: #848484. Windows color (decimal): -4163545 or 2586816. OLE color: 2586816.

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

Color convert

RGB 192 120 39 -
CMYK 0 0.38 0.80 0.25
HSL 31.76º 0.66% 0.45% -
HSV(B) 31.76º 0.8% 0.75% -
XYZ 28.82 24.79 5.18 -
YUV 132.29 75.35 170.59 -
System Red Green Blue C M Y K H S L
Decimal 192 120 39 0 0.38 0.80 0.25 31.76 0.66 0.45
Hex C0 78 27 0 26 50 19 20 42 2D
Octal 300 170 47 0 46 120 31 40 102 55
Binary 11000000 1111000 100111 0 100110 1010000 11001 100000 1000010 101101

Color Harmonies of #C07827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07827

Black with #C07827

Text Example


Text Example

White with #C07827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07827; }

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

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

background-color css

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

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

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

border-color css

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

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

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