Html Css Color HEX #C37328 Pirate Gold

📋 copy color: '#C37328'

red 195 ◦ green 115 ◦ blue 40

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

Shades of Pirate Gold #C37328

Tints of Pirate Gold #C37328

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.86%

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

R = 55.71%
G = 32.86%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C37328 (or 0xC37328) is known color: Pirate Gold. HEX triplet: C3, 73 and 28. RGB value is (195,115,40). Sum of RGB (Red+Green+Blue) = 195+115+40=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C37328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37328 is #3C8CD7. Grayscale: #828282. Windows color (decimal): -3968216 or 2651075. OLE color: 2651075.

HSL color Cylindrical-coordinate representation of color #C37328: hue angle of 29.03º 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 #C37328 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 115 40 -
CMYK 0 0.41 0.79 0.24
HSL 29.03º 0.66% 0.46% -
HSV(B) 29.03º 0.79% 0.76% -
XYZ 29.02 24.02 5.11 -
YUV 130.37 77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 195 115 40 0 0.41 0.79 0.24 29.03 0.66 0.46
Hex C3 73 28 0 29 4F 18 1D 42 2E
Octal 303 163 50 0 51 117 30 35 102 56
Binary 11000011 1110011 101000 0 101001 1001111 11000 11101 1000010 101110

Color Harmonies of #C37328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37328

Black with #C37328

Text Example


Text Example

White with #C37328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37328; }

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

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

background-color css

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

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

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

border-color css

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

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

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