Html Css Color HEX #C07828 Pirate Gold

📋 copy color: '#C07828'

red 192 ◦ green 120 ◦ blue 40

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

Shades of Pirate Gold #C07828

Tints of Pirate Gold #C07828

RGB

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

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

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

R = 54.55%
G = 34.09%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C07828 (or 0xC07828) is known color: Pirate Gold. HEX triplet: C0, 78 and 28. RGB value is (192,120,40). Sum of RGB (Red+Green+Blue) = 192+120+40=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C07828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07828 is #3F87D7. Grayscale: #848484. Windows color (decimal): -4163544 or 2652352. OLE color: 2652352.

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

Color convert

RGB 192 120 40 -
CMYK 0 0.38 0.79 0.25
HSL 31.58º 0.66% 0.45% -
HSV(B) 31.58º 0.79% 0.75% -
XYZ 28.84 24.79 5.27 -
YUV 132.41 75.85 170.5 -
System Red Green Blue C M Y K H S L
Decimal 192 120 40 0 0.38 0.79 0.25 31.58 0.66 0.45
Hex C0 78 28 0 26 4F 19 20 42 2D
Octal 300 170 50 0 46 117 31 40 102 55
Binary 11000000 1111000 101000 0 100110 1001111 11001 100000 1000010 101101

Color Harmonies of #C07828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07828

Black with #C07828

Text Example


Text Example

White with #C07828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07828; }

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

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

background-color css

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

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

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

border-color css

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

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

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