Html Css Color HEX #C37928 Pirate Gold

📋 copy color: '#C37928'

red 195 ◦ green 121 ◦ blue 40

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

Shades of Pirate Gold #C37928

Tints of Pirate Gold #C37928

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.99%

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

R = 54.78%
G = 33.99%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C37928 (or 0xC37928) is known color: Pirate Gold. HEX triplet: C3, 79 and 28. RGB value is (195,121,40). Sum of RGB (Red+Green+Blue) = 195+121+40=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C37928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37928 is #3C86D7. Grayscale: #868686. Windows color (decimal): -3966680 or 2652611. OLE color: 2652611.

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

Color convert

RGB 195 121 40 -
CMYK 0 0.38 0.79 0.24
HSL 31.35º 0.66% 0.46% -
HSV(B) 31.35º 0.79% 0.76% -
XYZ 29.73 25.43 5.35 -
YUV 133.89 75.02 171.59 -
System Red Green Blue C M Y K H S L
Decimal 195 121 40 0 0.38 0.79 0.24 31.35 0.66 0.46
Hex C3 79 28 0 26 4F 18 1F 42 2E
Octal 303 171 50 0 46 117 30 37 102 56
Binary 11000011 1111001 101000 0 100110 1001111 11000 11111 1000010 101110

Color Harmonies of #C37928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37928

Black with #C37928

Text Example


Text Example

White with #C37928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37928; }

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

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

background-color css

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

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

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

border-color css

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

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

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