Html Css Color HEX #C39148 Tussock

📋 copy color: '#C39148'

red 195 ◦ green 145 ◦ blue 72

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

Shades of Tussock #C39148

Tints of Tussock #C39148

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.19%

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

R = 47.33%
G = 35.19%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C39148 (or 0xC39148) is known color: Tussock. HEX triplet: C3, 91 and 48. RGB value is (195,145,72). Sum of RGB (Red+Green+Blue) = 195+145+72=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C39148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39148 is #3C6EB7. Grayscale: #979797. Windows color (decimal): -3960504 or 4755907. OLE color: 4755907.

HSL color Cylindrical-coordinate representation of color #C39148: hue angle of 35.61º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C39148 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 145 72 -
CMYK 0 0.26 0.63 0.24
HSL 35.61º 0.51% 0.52% -
HSV(B) 35.61º 0.63% 0.76% -
XYZ 33.8 32.32 10.59 -
YUV 151.63 83.07 158.94 -
System Red Green Blue C M Y K H S L
Decimal 195 145 72 0 0.26 0.63 0.24 35.61 0.51 0.52
Hex C3 91 48 0 1A 3F 18 24 33 34
Octal 303 221 110 0 32 77 30 44 63 64
Binary 11000011 10010001 1001000 0 11010 111111 11000 100100 110011 110100

Color Harmonies of #C39148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39148

Black with #C39148

Text Example


Text Example

White with #C39148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39148; }

 p { color: rgb(195,145,72); }

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

background-color css

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

 a { background-color: rgb(195,145,72); }

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

border-color css

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

 span { border-color: rgb(195,145,72); }

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