Html Css Color HEX #C07824 Pirate Gold

📋 copy color: '#C07824'

red 192 ◦ green 120 ◦ blue 36

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

Shades of Pirate Gold #C07824

Tints of Pirate Gold #C07824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.34%

R = 55.17%
G = 34.48%
B = 10.34%

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

#C07824 (or 0xC07824) is known color: Pirate Gold. HEX triplet: C0, 78 and 24. RGB value is (192,120,36). Sum of RGB (Red+Green+Blue) = 192+120+36=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C07824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07824 is #3F87DB. Grayscale: #848484. Windows color (decimal): -4163548 or 2390208. OLE color: 2390208.

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

Color convert

RGB 192 120 36 -
CMYK 0 0.38 0.81 0.25
HSL 32.31º 0.68% 0.45% -
HSV(B) 32.31º 0.81% 0.75% -
XYZ 28.77 24.77 4.93 -
YUV 131.95 73.85 170.83 -
System Red Green Blue C M Y K H S L
Decimal 192 120 36 0 0.38 0.81 0.25 32.31 0.68 0.45
Hex C0 78 24 0 26 51 19 20 44 2D
Octal 300 170 44 0 46 121 31 40 104 55
Binary 11000000 1111000 100100 0 100110 1010001 11001 100000 1000100 101101

Color Harmonies of #C07824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07824

Black with #C07824

Text Example


Text Example

White with #C07824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07824; }

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

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

background-color css

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

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

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

border-color css

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

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

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