Html Css Color HEX #C47829 Pirate Gold

📋 copy color: '#C47829'

red 196 ◦ green 120 ◦ blue 41

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

Shades of Pirate Gold #C47829

Tints of Pirate Gold #C47829

RGB

 RED value IS 196 (76.95% from 255) = 54.9%

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

 BLUE value IS 41 (16.41% from 255) = 11.48%

R = 54.9%
G = 33.61%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C47829 (or 0xC47829) is known color: Pirate Gold. HEX triplet: C4, 78 and 29. RGB value is (196,120,41). Sum of RGB (Red+Green+Blue) = 196+120+41=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C47829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47829 is #3B87D6. Grayscale: #868686. Windows color (decimal): -3901399 or 2717892. OLE color: 2717892.

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

Color convert

RGB 196 120 41 -
CMYK 0 0.39 0.79 0.23
HSL 30.58º 0.65% 0.46% -
HSV(B) 30.58º 0.79% 0.77% -
XYZ 29.88 25.33 5.41 -
YUV 133.72 75.68 172.42 -
System Red Green Blue C M Y K H S L
Decimal 196 120 41 0 0.39 0.79 0.23 30.58 0.65 0.46
Hex C4 78 29 0 27 4F 17 1F 41 2E
Octal 304 170 51 0 47 117 27 37 101 56
Binary 11000100 1111000 101001 0 100111 1001111 10111 11111 1000001 101110

Color Harmonies of #C47829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47829

Black with #C47829

Text Example


Text Example

White with #C47829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47829; }

 p { color: rgb(196,120,41); }

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

background-color css

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

 a { background-color: rgb(196,120,41); }

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

border-color css

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

 span { border-color: rgb(196,120,41); }

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