Html Css Color HEX #C07328 Pirate Gold

📋 copy color: '#C07328'

red 192 ◦ green 115 ◦ blue 40

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

Shades of Pirate Gold #C07328

Tints of Pirate Gold #C07328

RGB

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

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

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

R = 55.33%
G = 33.14%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C07328 (or 0xC07328) is known color: Pirate Gold. HEX triplet: C0, 73 and 28. RGB value is (192,115,40). Sum of RGB (Red+Green+Blue) = 192+115+40=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C07328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07328 is #3F8CD7. Grayscale: #818181. Windows color (decimal): -4164824 or 2651072. OLE color: 2651072.

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

Color convert

RGB 192 115 40 -
CMYK 0 0.40 0.79 0.25
HSL 29.61º 0.66% 0.45% -
HSV(B) 29.61º 0.79% 0.75% -
XYZ 28.25 23.62 5.08 -
YUV 129.47 77.51 172.6 -
System Red Green Blue C M Y K H S L
Decimal 192 115 40 0 0.40 0.79 0.25 29.61 0.66 0.45
Hex C0 73 28 0 28 4F 19 1E 42 2D
Octal 300 163 50 0 50 117 31 36 102 55
Binary 11000000 1110011 101000 0 101000 1001111 11001 11110 1000010 101101

Color Harmonies of #C07328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07328

Black with #C07328

Text Example


Text Example

White with #C07328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07328; }

 p { color: rgb(192,115,40); }

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

background-color css

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

 a { background-color: rgb(192,115,40); }

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

border-color css

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

 span { border-color: rgb(192,115,40); }

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