Html Css Color HEX #C4772A Pirate Gold

📋 copy color: '#C4772A'

red 196 ◦ green 119 ◦ blue 42

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

Shades of Pirate Gold #C4772A

Tints of Pirate Gold #C4772A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

 BLUE value IS 42 (16.8% from 255) = 11.76%

R = 54.9%
G = 33.33%
B = 11.76%

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

#C4772A (or 0xC4772A) is known color: Pirate Gold. HEX triplet: C4, 77 and 2A. RGB value is (196,119,42). Sum of RGB (Red+Green+Blue) = 196+119+42=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4772A is #3B88D5. Grayscale: #858585. Windows color (decimal): -3901654 or 2783172. OLE color: 2783172.

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

Color convert

RGB 196 119 42 -
CMYK 0 0.39 0.79 0.23
HSL 30º 0.65% 0.47% -
HSV(B) 30º 0.79% 0.77% -
XYZ 29.78 25.1 5.47 -
YUV 133.25 76.51 172.76 -
System Red Green Blue C M Y K H S L
Decimal 196 119 42 0 0.39 0.79 0.23 30 0.65 0.47
Hex C4 77 2A 0 27 4F 17 1E 41 2F
Octal 304 167 52 0 47 117 27 36 101 57
Binary 11000100 1110111 101010 0 100111 1001111 10111 11110 1000001 101111

Color Harmonies of #C4772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4772A

Black with #C4772A

Text Example


Text Example

White with #C4772A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4772A; }

 p { color: rgb(196,119,42); }

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

background-color css

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

 a { background-color: rgb(196,119,42); }

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

border-color css

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

 span { border-color: rgb(196,119,42); }

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