Html Css Color HEX #C37B27 Pirate Gold

📋 copy color: '#C37B27'

red 195 ◦ green 123 ◦ blue 39

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

Shades of Pirate Gold #C37B27

Tints of Pirate Gold #C37B27

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.45%

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

R = 54.62%
G = 34.45%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C37B27 (or 0xC37B27) is known color: Pirate Gold. HEX triplet: C3, 7B and 27. RGB value is (195,123,39). Sum of RGB (Red+Green+Blue) = 195+123+39=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B27 is #3C84D8. Grayscale: #878787. Windows color (decimal): -3966169 or 2587587. OLE color: 2587587.

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

Color convert

RGB 195 123 39 -
CMYK 0 0.37 0.80 0.24
HSL 32.31º 0.67% 0.46% -
HSV(B) 32.31º 0.8% 0.76% -
XYZ 29.95 25.91 5.34 -
YUV 134.95 73.85 170.83 -
System Red Green Blue C M Y K H S L
Decimal 195 123 39 0 0.37 0.80 0.24 32.31 0.67 0.46
Hex C3 7B 27 0 25 50 18 20 43 2E
Octal 303 173 47 0 45 120 30 40 103 56
Binary 11000011 1111011 100111 0 100101 1010000 11000 100000 1000011 101110

Color Harmonies of #C37B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B27

Black with #C37B27

Text Example


Text Example

White with #C37B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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