Html Css Color HEX #C07825 Pirate Gold

📋 copy color: '#C07825'

red 192 ◦ green 120 ◦ blue 37

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

Shades of Pirate Gold #C07825

Tints of Pirate Gold #C07825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.6%

R = 55.01%
G = 34.38%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C07825 (or 0xC07825) is known color: Pirate Gold. HEX triplet: C0, 78 and 25. RGB value is (192,120,37). Sum of RGB (Red+Green+Blue) = 192+120+37=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C07825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07825 is #3F87DA. Grayscale: #848484. Windows color (decimal): -4163547 or 2455744. OLE color: 2455744.

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

Color convert

RGB 192 120 37 -
CMYK 0 0.38 0.81 0.25
HSL 32.13º 0.68% 0.45% -
HSV(B) 32.13º 0.81% 0.75% -
XYZ 28.79 24.77 5.01 -
YUV 132.07 74.35 170.75 -
System Red Green Blue C M Y K H S L
Decimal 192 120 37 0 0.38 0.81 0.25 32.13 0.68 0.45
Hex C0 78 25 0 26 51 19 20 44 2D
Octal 300 170 45 0 46 121 31 40 104 55
Binary 11000000 1111000 100101 0 100110 1010001 11001 100000 1000100 101101

Color Harmonies of #C07825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07825

Black with #C07825

Text Example


Text Example

White with #C07825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07825; }

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

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

background-color css

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

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

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

border-color css

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

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

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