Html Css Color HEX #C3924D Tussock

📋 copy color: '#C3924D'

red 195 ◦ green 146 ◦ blue 77

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

Shades of Tussock #C3924D

Tints of Tussock #C3924D

RGB

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

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

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

R = 46.65%
G = 34.93%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3924D (or 0xC3924D) is known color: Tussock. HEX triplet: C3, 92 and 4D. RGB value is (195,146,77). Sum of RGB (Red+Green+Blue) = 195+146+77=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3924D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3924D is #3C6DB2. Grayscale: #999999. Windows color (decimal): -3960243 or 5083843. OLE color: 5083843.

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

Color convert

RGB 195 146 77 -
CMYK 0 0.25 0.61 0.24
HSL 35.08º 0.5% 0.53% -
HSV(B) 35.08º 0.61% 0.76% -
XYZ 34.12 32.7 11.53 -
YUV 152.79 85.23 158.11 -
System Red Green Blue C M Y K H S L
Decimal 195 146 77 0 0.25 0.61 0.24 35.08 0.5 0.53
Hex C3 92 4D 0 19 3D 18 23 32 35
Octal 303 222 115 0 31 75 30 43 62 65
Binary 11000011 10010010 1001101 0 11001 111101 11000 100011 110010 110101

Color Harmonies of #C3924D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3924D

Black with #C3924D

Text Example


Text Example

White with #C3924D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3924D; }

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

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

background-color css

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

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

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

border-color css

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

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

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