Html Css Color HEX #C37827 Pirate Gold

📋 copy color: '#C37827'

red 195 ◦ green 120 ◦ blue 39

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

Shades of Pirate Gold #C37827

Tints of Pirate Gold #C37827

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.9%

 BLUE value IS 39 (15.63% from 255) = 11.02%

R = 55.08%
G = 33.9%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C37827 (or 0xC37827) is known color: Pirate Gold. HEX triplet: C3, 78 and 27. RGB value is (195,120,39). Sum of RGB (Red+Green+Blue) = 195+120+39=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C37827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37827 is #3C87D8. Grayscale: #858585. Windows color (decimal): -3966937 or 2586819. OLE color: 2586819.

HSL color Cylindrical-coordinate representation of color #C37827: hue angle of 31.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C37827 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 120 39 -
CMYK 0 0.38 0.80 0.24
HSL 31.15º 0.67% 0.46% -
HSV(B) 31.15º 0.8% 0.76% -
XYZ 29.59 25.18 5.22 -
YUV 133.19 74.85 172.09 -
System Red Green Blue C M Y K H S L
Decimal 195 120 39 0 0.38 0.80 0.24 31.15 0.67 0.46
Hex C3 78 27 0 26 50 18 1F 43 2E
Octal 303 170 47 0 46 120 30 37 103 56
Binary 11000011 1111000 100111 0 100110 1010000 11000 11111 1000011 101110

Color Harmonies of #C37827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37827

Black with #C37827

Text Example


Text Example

White with #C37827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37827; }

 p { color: rgb(195,120,39); }

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

background-color css

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

 a { background-color: rgb(195,120,39); }

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

border-color css

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

 span { border-color: rgb(195,120,39); }

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