Html Css Color HEX #C3874D Tussock

📋 copy color: '#C3874D'

red 195 ◦ green 135 ◦ blue 77

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

Shades of Tussock #C3874D

Tints of Tussock #C3874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.17%

 BLUE value IS 77 (30.47% from 255) = 18.92%

R = 47.91%
G = 33.17%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3874D (or 0xC3874D) is known color: Tussock. HEX triplet: C3, 87 and 4D. RGB value is (195,135,77). Sum of RGB (Red+Green+Blue) = 195+135+77=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3874D is #3C78B2. Grayscale: #929292. Windows color (decimal): -3963059 or 5081027. OLE color: 5081027.

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

Color convert

RGB 195 135 77 -
CMYK 0 0.31 0.61 0.24
HSL 29.49º 0.5% 0.53% -
HSV(B) 29.49º 0.61% 0.76% -
XYZ 32.51 29.47 11 -
YUV 146.33 88.88 162.72 -
System Red Green Blue C M Y K H S L
Decimal 195 135 77 0 0.31 0.61 0.24 29.49 0.5 0.53
Hex C3 87 4D 0 1F 3D 18 1D 32 35
Octal 303 207 115 0 37 75 30 35 62 65
Binary 11000011 10000111 1001101 0 11111 111101 11000 11101 110010 110101

Color Harmonies of #C3874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3874D

Black with #C3874D

Text Example


Text Example

White with #C3874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3874D; }

 p { color: rgb(195,135,77); }

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

background-color css

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

 a { background-color: rgb(195,135,77); }

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

border-color css

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

 span { border-color: rgb(195,135,77); }

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