Html Css Color HEX #C07321 Pirate Gold

📋 copy color: '#C07321'

red 192 ◦ green 115 ◦ blue 33

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

Shades of Pirate Gold #C07321

Tints of Pirate Gold #C07321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.71%

R = 56.47%
G = 33.82%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C07321 (or 0xC07321) is known color: Pirate Gold. HEX triplet: C0, 73 and 21. RGB value is (192,115,33). Sum of RGB (Red+Green+Blue) = 192+115+33=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C07321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07321 is #3F8CDE. Grayscale: #818181. Windows color (decimal): -4164831 or 2192320. OLE color: 2192320.

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

Color convert

RGB 192 115 33 -
CMYK 0 0.40 0.83 0.25
HSL 30.94º 0.71% 0.44% -
HSV(B) 30.94º 0.83% 0.75% -
XYZ 28.14 23.58 4.51 -
YUV 128.68 74.01 173.17 -
System Red Green Blue C M Y K H S L
Decimal 192 115 33 0 0.40 0.83 0.25 30.94 0.71 0.44
Hex C0 73 21 0 28 53 19 1F 47 2C
Octal 300 163 41 0 50 123 31 37 107 54
Binary 11000000 1110011 100001 0 101000 1010011 11001 11111 1000111 101100

Color Harmonies of #C07321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07321

Black with #C07321

Text Example


Text Example

White with #C07321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07321; }

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

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

background-color css

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

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

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

border-color css

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

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

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