Html Css Color HEX #C07A1F Pirate Gold

📋 copy color: '#C07A1F'

red 192 ◦ green 122 ◦ blue 31

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

Shades of Pirate Gold #C07A1F

Tints of Pirate Gold #C07A1F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.36%

 BLUE value IS 31 (12.5% from 255) = 8.99%

R = 55.65%
G = 35.36%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C07A1F (or 0xC07A1F) is known color: Pirate Gold. HEX triplet: C0, 7A and 1F. RGB value is (192,122,31). Sum of RGB (Red+Green+Blue) = 192+122+31=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A1F is #3F85E0. Grayscale: #848484. Windows color (decimal): -4163041 or 2063040. OLE color: 2063040.

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

Color convert

RGB 192 122 31 -
CMYK 0 0.36 0.84 0.25
HSL 33.91º 0.72% 0.44% -
HSV(B) 33.91º 0.84% 0.75% -
XYZ 28.95 25.22 4.64 -
YUV 132.56 70.69 170.4 -
System Red Green Blue C M Y K H S L
Decimal 192 122 31 0 0.36 0.84 0.25 33.91 0.72 0.44
Hex C0 7A 1F 0 24 54 19 22 48 2C
Octal 300 172 37 0 44 124 31 42 110 54
Binary 11000000 1111010 11111 0 100100 1010100 11001 100010 1001000 101100

Color Harmonies of #C07A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A1F

Black with #C07A1F

Text Example


Text Example

White with #C07A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A1F; }

 p { color: rgb(192,122,31); }

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

background-color css

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

 a { background-color: rgb(192,122,31); }

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

border-color css

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

 span { border-color: rgb(192,122,31); }

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