Html Css Color HEX #C4924D Tussock

📋 copy color: '#C4924D'

red 196 ◦ green 146 ◦ blue 77

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

Shades of Tussock #C4924D

Tints of Tussock #C4924D

RGB

 RED value IS 196 (76.95% from 255) = 46.78%

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

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

R = 46.78%
G = 34.84%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4924D (or 0xC4924D) is known color: Tussock. HEX triplet: C4, 92 and 4D. RGB value is (196,146,77). Sum of RGB (Red+Green+Blue) = 196+146+77=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4924D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4924D is #3B6DB2. Grayscale: #999999. Windows color (decimal): -3894707 or 5083844. OLE color: 5083844.

HSL color Cylindrical-coordinate representation of color #C4924D: hue angle of 34.79º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4924D is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 146 77 -
CMYK 0 0.26 0.61 0.23
HSL 34.79º 0.5% 0.54% -
HSV(B) 34.79º 0.61% 0.77% -
XYZ 34.38 32.83 11.55 -
YUV 153.08 85.07 158.61 -
System Red Green Blue C M Y K H S L
Decimal 196 146 77 0 0.26 0.61 0.23 34.79 0.5 0.54
Hex C4 92 4D 0 1A 3D 17 23 32 36
Octal 304 222 115 0 32 75 27 43 62 66
Binary 11000100 10010010 1001101 0 11010 111101 10111 100011 110010 110110

Color Harmonies of #C4924D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4924D

Black with #C4924D

Text Example


Text Example

White with #C4924D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4924D; }

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

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

background-color css

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

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

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

border-color css

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

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

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