Html Css Color HEX #C3792B Pirate Gold

📋 copy color: '#C3792B'

red 195 ◦ green 121 ◦ blue 43

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

Shades of Pirate Gold #C3792B

Tints of Pirate Gold #C3792B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.98%

R = 54.32%
G = 33.7%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3792B (or 0xC3792B) is known color: Pirate Gold. HEX triplet: C3, 79 and 2B. RGB value is (195,121,43). Sum of RGB (Red+Green+Blue) = 195+121+43=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3792B is #3C86D4. Grayscale: #868686. Windows color (decimal): -3966677 or 2849219. OLE color: 2849219.

HSL color Cylindrical-coordinate representation of color #C3792B: hue angle of 30.79º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3792B is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 121 43 -
CMYK 0 0.38 0.78 0.24
HSL 30.79º 0.64% 0.47% -
HSV(B) 30.79º 0.78% 0.76% -
XYZ 29.78 25.45 5.63 -
YUV 134.23 76.52 171.34 -
System Red Green Blue C M Y K H S L
Decimal 195 121 43 0 0.38 0.78 0.24 30.79 0.64 0.47
Hex C3 79 2B 0 26 4E 18 1F 40 2F
Octal 303 171 53 0 46 116 30 37 100 57
Binary 11000011 1111001 101011 0 100110 1001110 11000 11111 1000000 101111

Color Harmonies of #C3792B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3792B

Black with #C3792B

Text Example


Text Example

White with #C3792B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3792B; }

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

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

background-color css

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

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

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

border-color css

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

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

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