Html Css Color HEX #C5792B Pirate Gold

📋 copy color: '#C5792B'

red 197 ◦ green 121 ◦ blue 43

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

Shades of Pirate Gold #C5792B

Tints of Pirate Gold #C5792B

RGB

 RED value IS 197 (77.34% from 255) = 54.57%

 GREEN value IS 121 (47.66% from 255) = 33.52%

 BLUE value IS 43 (17.19% from 255) = 11.91%

R = 54.57%
G = 33.52%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5792B (or 0xC5792B) is known color: Pirate Gold. HEX triplet: C5, 79 and 2B. RGB value is (197,121,43). Sum of RGB (Red+Green+Blue) = 197+121+43=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5792B is #3A86D4. Grayscale: #878787. Windows color (decimal): -3835605 or 2849221. OLE color: 2849221.

HSL color Cylindrical-coordinate representation of color #C5792B: hue angle of 30.39º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5792B is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 121 43 -
CMYK 0 0.39 0.78 0.23
HSL 30.39º 0.64% 0.47% -
HSV(B) 30.39º 0.78% 0.77% -
XYZ 30.3 25.72 5.65 -
YUV 134.83 76.18 172.34 -
System Red Green Blue C M Y K H S L
Decimal 197 121 43 0 0.39 0.78 0.23 30.39 0.64 0.47
Hex C5 79 2B 0 27 4E 17 1E 40 2F
Octal 305 171 53 0 47 116 27 36 100 57
Binary 11000101 1111001 101011 0 100111 1001110 10111 11110 1000000 101111

Color Harmonies of #C5792B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5792B

Black with #C5792B

Text Example


Text Example

White with #C5792B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5792B; }

 p { color: rgb(197,121,43); }

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

background-color css

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

 a { background-color: rgb(197,121,43); }

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

border-color css

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

 span { border-color: rgb(197,121,43); }

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