Html Css Color HEX #C4914D Tussock

📋 copy color: '#C4914D'

red 196 ◦ green 145 ◦ blue 77

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

Shades of Tussock #C4914D

Tints of Tussock #C4914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.69%

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

R = 46.89%
G = 34.69%
B = 18.42%

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

#C4914D (or 0xC4914D) is known color: Tussock. HEX triplet: C4, 91 and 4D. RGB value is (196,145,77). Sum of RGB (Red+Green+Blue) = 196+145+77=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4914D is #3B6EB2. Grayscale: #989898. Windows color (decimal): -3894963 or 5083588. OLE color: 5083588.

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

Color convert

RGB 196 145 77 -
CMYK 0 0.26 0.61 0.23
HSL 34.29º 0.5% 0.54% -
HSV(B) 34.29º 0.61% 0.77% -
XYZ 34.23 32.52 11.49 -
YUV 152.5 85.4 159.03 -
System Red Green Blue C M Y K H S L
Decimal 196 145 77 0 0.26 0.61 0.23 34.29 0.5 0.54
Hex C4 91 4D 0 1A 3D 17 22 32 36
Octal 304 221 115 0 32 75 27 42 62 66
Binary 11000100 10010001 1001101 0 11010 111101 10111 100010 110010 110110

Color Harmonies of #C4914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4914D

Black with #C4914D

Text Example


Text Example

White with #C4914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4914D; }

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

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

background-color css

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

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

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

border-color css

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

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

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