Html Css Color HEX #C27B22 Pirate Gold

📋 copy color: '#C27B22'

red 194 ◦ green 123 ◦ blue 34

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

Shades of Pirate Gold #C27B22

Tints of Pirate Gold #C27B22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.69%

R = 55.27%
G = 35.04%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C27B22 (or 0xC27B22) is known color: Pirate Gold. HEX triplet: C2, 7B and 22. RGB value is (194,123,34). Sum of RGB (Red+Green+Blue) = 194+123+34=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27B22 is #3D84DD. Grayscale: #868686. Windows color (decimal): -4031710 or 2259906. OLE color: 2259906.

HSL color Cylindrical-coordinate representation of color #C27B22: hue angle of 33.38º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C27B22 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 123 34 -
CMYK 0 0.37 0.82 0.24
HSL 33.38º 0.7% 0.45% -
HSV(B) 33.38º 0.82% 0.76% -
XYZ 29.62 25.75 4.92 -
YUV 134.08 71.52 170.74 -
System Red Green Blue C M Y K H S L
Decimal 194 123 34 0 0.37 0.82 0.24 33.38 0.7 0.45
Hex C2 7B 22 0 25 52 18 21 46 2D
Octal 302 173 42 0 45 122 30 41 106 55
Binary 11000010 1111011 100010 0 100101 1010010 11000 100001 1000110 101101

Color Harmonies of #C27B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27B22

Black with #C27B22

Text Example


Text Example

White with #C27B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27B22; }

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

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

background-color css

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

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

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

border-color css

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

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

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