Html Css Color HEX #C27B28 Pirate Gold

📋 copy color: '#C27B28'

red 194 ◦ green 123 ◦ blue 40

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

Shades of Pirate Gold #C27B28

Tints of Pirate Gold #C27B28

RGB

 RED value IS 194 (76.17% from 255) = 54.34%

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

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

R = 54.34%
G = 34.45%
B = 11.2%

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

#C27B28 (or 0xC27B28) is known color: Pirate Gold. HEX triplet: C2, 7B and 28. RGB value is (194,123,40). Sum of RGB (Red+Green+Blue) = 194+123+40=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27B28 is #3D84D7. Grayscale: #878787. Windows color (decimal): -4031704 or 2653122. OLE color: 2653122.

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

Color convert

RGB 194 123 40 -
CMYK 0 0.37 0.79 0.24
HSL 32.34º 0.66% 0.46% -
HSV(B) 32.34º 0.79% 0.76% -
XYZ 29.71 25.79 5.42 -
YUV 134.77 74.52 170.25 -
System Red Green Blue C M Y K H S L
Decimal 194 123 40 0 0.37 0.79 0.24 32.34 0.66 0.46
Hex C2 7B 28 0 25 4F 18 20 42 2E
Octal 302 173 50 0 45 117 30 40 102 56
Binary 11000010 1111011 101000 0 100101 1001111 11000 100000 1000010 101110

Color Harmonies of #C27B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27B28

Black with #C27B28

Text Example


Text Example

White with #C27B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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