Html Css Color HEX #C37B28 Pirate Gold

📋 copy color: '#C37B28'

red 195 ◦ green 123 ◦ blue 40

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

Shades of Pirate Gold #C37B28

Tints of Pirate Gold #C37B28

RGB

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

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

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

R = 54.47%
G = 34.36%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C37B28 (or 0xC37B28) is known color: Pirate Gold. HEX triplet: C3, 7B and 28. RGB value is (195,123,40). Sum of RGB (Red+Green+Blue) = 195+123+40=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B28 is #3C84D7. Grayscale: #878787. Windows color (decimal): -3966168 or 2653123. OLE color: 2653123.

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

Color convert

RGB 195 123 40 -
CMYK 0 0.37 0.79 0.24
HSL 32.13º 0.66% 0.46% -
HSV(B) 32.13º 0.79% 0.76% -
XYZ 29.97 25.92 5.43 -
YUV 135.07 74.35 170.75 -
System Red Green Blue C M Y K H S L
Decimal 195 123 40 0 0.37 0.79 0.24 32.13 0.66 0.46
Hex C3 7B 28 0 25 4F 18 20 42 2E
Octal 303 173 50 0 45 117 30 40 102 56
Binary 11000011 1111011 101000 0 100101 1001111 11000 100000 1000010 101110

Color Harmonies of #C37B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B28

Black with #C37B28

Text Example


Text Example

White with #C37B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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