Html Css Color HEX #C3772B Pirate Gold

📋 copy color: '#C3772B'

red 195 ◦ green 119 ◦ blue 43

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

Shades of Pirate Gold #C3772B

Tints of Pirate Gold #C3772B

RGB

 RED value IS 195 (76.56% from 255) = 54.62%

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

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

R = 54.62%
G = 33.33%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3772B (or 0xC3772B) is known color: Pirate Gold. HEX triplet: C3, 77 and 2B. RGB value is (195,119,43). Sum of RGB (Red+Green+Blue) = 195+119+43=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3772B is #3C88D4. Grayscale: #858585. Windows color (decimal): -3967189 or 2848707. OLE color: 2848707.

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

Color convert

RGB 195 119 43 -
CMYK 0 0.39 0.78 0.24
HSL 30º 0.64% 0.47% -
HSV(B) 30º 0.78% 0.76% -
XYZ 29.54 24.97 5.55 -
YUV 133.06 77.18 172.18 -
System Red Green Blue C M Y K H S L
Decimal 195 119 43 0 0.39 0.78 0.24 30 0.64 0.47
Hex C3 77 2B 0 27 4E 18 1E 40 2F
Octal 303 167 53 0 47 116 30 36 100 57
Binary 11000011 1110111 101011 0 100111 1001110 11000 11110 1000000 101111

Color Harmonies of #C3772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3772B

Black with #C3772B

Text Example


Text Example

White with #C3772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3772B; }

 p { color: rgb(195,119,43); }

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

background-color css

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

 a { background-color: rgb(195,119,43); }

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

border-color css

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

 span { border-color: rgb(195,119,43); }

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