Html Css Color HEX #C47A28 Pirate Gold

📋 copy color: '#C47A28'

red 196 ◦ green 122 ◦ blue 40

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

Shades of Pirate Gold #C47A28

Tints of Pirate Gold #C47A28

RGB

 RED value IS 196 (76.95% from 255) = 54.75%

 GREEN value IS 122 (48.05% from 255) = 34.08%

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

R = 54.75%
G = 34.08%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C47A28 (or 0xC47A28) is known color: Pirate Gold. HEX triplet: C4, 7A and 28. RGB value is (196,122,40). Sum of RGB (Red+Green+Blue) = 196+122+40=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A28 is #3B85D7. Grayscale: #878787. Windows color (decimal): -3900888 or 2652868. OLE color: 2652868.

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

Color convert

RGB 196 122 40 -
CMYK 0 0.38 0.80 0.23
HSL 31.54º 0.66% 0.46% -
HSV(B) 31.54º 0.8% 0.77% -
XYZ 30.11 25.81 5.4 -
YUV 134.78 74.52 171.67 -
System Red Green Blue C M Y K H S L
Decimal 196 122 40 0 0.38 0.80 0.23 31.54 0.66 0.46
Hex C4 7A 28 0 26 50 17 20 42 2E
Octal 304 172 50 0 46 120 27 40 102 56
Binary 11000100 1111010 101000 0 100110 1010000 10111 100000 1000010 101110

Color Harmonies of #C47A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A28

Black with #C47A28

Text Example


Text Example

White with #C47A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A28; }

 p { color: rgb(196,122,40); }

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

background-color css

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

 a { background-color: rgb(196,122,40); }

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

border-color css

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

 span { border-color: rgb(196,122,40); }

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