Html Css Color HEX #C37528 Pirate Gold

📋 copy color: '#C37528'

red 195 ◦ green 117 ◦ blue 40

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

Shades of Pirate Gold #C37528

Tints of Pirate Gold #C37528

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.24%

 BLUE value IS 40 (16.02% from 255) = 11.36%

R = 55.4%
G = 33.24%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C37528 (or 0xC37528) is known color: Pirate Gold. HEX triplet: C3, 75 and 28. RGB value is (195,117,40). Sum of RGB (Red+Green+Blue) = 195+117+40=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C37528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37528 is #3C8AD7. Grayscale: #838383. Windows color (decimal): -3967704 or 2651587. OLE color: 2651587.

HSL color Cylindrical-coordinate representation of color #C37528: hue angle of 29.81º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C37528 is Cyan = 0, Magento = 0.4, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 117 40 -
CMYK 0 0.4 0.79 0.24
HSL 29.81º 0.66% 0.46% -
HSV(B) 29.81º 0.79% 0.76% -
XYZ 29.25 24.48 5.19 -
YUV 131.54 76.34 173.26 -
System Red Green Blue C M Y K H S L
Decimal 195 117 40 0 0.4 0.79 0.24 29.81 0.66 0.46
Hex C3 75 28 0 28 4F 18 1E 42 2E
Octal 303 165 50 0 50 117 30 36 102 56
Binary 11000011 1110101 101000 0 101000 1001111 11000 11110 1000010 101110

Color Harmonies of #C37528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37528

Black with #C37528

Text Example


Text Example

White with #C37528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37528; }

 p { color: rgb(195,117,40); }

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

background-color css

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

 a { background-color: rgb(195,117,40); }

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

border-color css

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

 span { border-color: rgb(195,117,40); }

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