Html Css Color HEX #C3884A Tussock

📋 copy color: '#C3884A'

red 195 ◦ green 136 ◦ blue 74

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

Shades of Tussock #C3884A

Tints of Tussock #C3884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

 BLUE value IS 74 (29.3% from 255) = 18.27%

R = 48.15%
G = 33.58%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3884A (or 0xC3884A) is known color: Tussock. HEX triplet: C3, 88 and 4A. RGB value is (195,136,74). Sum of RGB (Red+Green+Blue) = 195+136+74=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3884A is #3C77B5. Grayscale: #929292. Windows color (decimal): -3962806 or 4884675. OLE color: 4884675.

HSL color Cylindrical-coordinate representation of color #C3884A: hue angle of 30.74º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3884A is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 136 74 -
CMYK 0 0.30 0.62 0.24
HSL 30.74º 0.5% 0.53% -
HSV(B) 30.74º 0.62% 0.76% -
XYZ 32.55 29.7 10.5 -
YUV 146.57 87.05 162.54 -
System Red Green Blue C M Y K H S L
Decimal 195 136 74 0 0.30 0.62 0.24 30.74 0.5 0.53
Hex C3 88 4A 0 1E 3E 18 1F 32 35
Octal 303 210 112 0 36 76 30 37 62 65
Binary 11000011 10001000 1001010 0 11110 111110 11000 11111 110010 110101

Color Harmonies of #C3884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3884A

Black with #C3884A

Text Example


Text Example

White with #C3884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3884A; }

 p { color: rgb(195,136,74); }

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

background-color css

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

 a { background-color: rgb(195,136,74); }

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

border-color css

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

 span { border-color: rgb(195,136,74); }

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