Html Css Color HEX #C59348 Tussock

📋 copy color: '#C59348'

red 197 ◦ green 147 ◦ blue 72

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

Shades of Tussock #C59348

Tints of Tussock #C59348

RGB

 RED value IS 197 (77.34% from 255) = 47.36%

 GREEN value IS 147 (57.81% from 255) = 35.34%

 BLUE value IS 72 (28.52% from 255) = 17.31%

R = 47.36%
G = 35.34%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C59348 (or 0xC59348) is known color: Tussock. HEX triplet: C5, 93 and 48. RGB value is (197,147,72). Sum of RGB (Red+Green+Blue) = 197+147+72=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C59348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59348 is #3A6CB7. Grayscale: #999999. Windows color (decimal): -3828920 or 4756421. OLE color: 4756421.

HSL color Cylindrical-coordinate representation of color #C59348: hue angle of 36º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C59348 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 147 72 -
CMYK 0 0.25 0.63 0.23
HSL 36º 0.52% 0.53% -
HSV(B) 36º 0.63% 0.77% -
XYZ 34.63 33.21 10.72 -
YUV 153.4 82.07 159.1 -
System Red Green Blue C M Y K H S L
Decimal 197 147 72 0 0.25 0.63 0.23 36 0.52 0.53
Hex C5 93 48 0 19 3F 17 24 34 35
Octal 305 223 110 0 31 77 27 44 64 65
Binary 11000101 10010011 1001000 0 11001 111111 10111 100100 110100 110101

Color Harmonies of #C59348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59348

Black with #C59348

Text Example


Text Example

White with #C59348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59348; }

 p { color: rgb(197,147,72); }

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

background-color css

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

 a { background-color: rgb(197,147,72); }

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

border-color css

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

 span { border-color: rgb(197,147,72); }

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