Html Css Color HEX #C39248 Tussock

📋 copy color: '#C39248'

red 195 ◦ green 146 ◦ blue 72

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

Shades of Tussock #C39248

Tints of Tussock #C39248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.35%

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

R = 47.22%
G = 35.35%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C39248 (or 0xC39248) is known color: Tussock. HEX triplet: C3, 92 and 48. RGB value is (195,146,72). Sum of RGB (Red+Green+Blue) = 195+146+72=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C39248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39248 is #3C6DB7. Grayscale: #989898. Windows color (decimal): -3960248 or 4756163. OLE color: 4756163.

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

Color convert

RGB 195 146 72 -
CMYK 0 0.25 0.63 0.24
HSL 36.1º 0.51% 0.52% -
HSV(B) 36.1º 0.63% 0.76% -
XYZ 33.95 32.63 10.64 -
YUV 152.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 195 146 72 0 0.25 0.63 0.24 36.1 0.51 0.52
Hex C3 92 48 0 19 3F 18 24 33 34
Octal 303 222 110 0 31 77 30 44 63 64
Binary 11000011 10010010 1001000 0 11001 111111 11000 100100 110011 110100

Color Harmonies of #C39248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39248

Black with #C39248

Text Example


Text Example

White with #C39248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39248; }

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

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

background-color css

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

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

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

border-color css

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

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

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