Html Css Color HEX #C4904F Tussock

📋 copy color: '#C4904F'

red 196 ◦ green 144 ◦ blue 79

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

Shades of Tussock #C4904F

Tints of Tussock #C4904F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.37%

 BLUE value IS 79 (31.25% from 255) = 18.85%

R = 46.78%
G = 34.37%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4904F (or 0xC4904F) is known color: Tussock. HEX triplet: C4, 90 and 4F. RGB value is (196,144,79). Sum of RGB (Red+Green+Blue) = 196+144+79=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4904F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4904F is #3B6FB0. Grayscale: #989898. Windows color (decimal): -3895217 or 5214404. OLE color: 5214404.

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

Color convert

RGB 196 144 79 -
CMYK 0 0.27 0.60 0.23
HSL 33.33º 0.5% 0.54% -
HSV(B) 33.33º 0.6% 0.77% -
XYZ 34.15 32.25 11.82 -
YUV 152.14 86.73 159.29 -
System Red Green Blue C M Y K H S L
Decimal 196 144 79 0 0.27 0.60 0.23 33.33 0.5 0.54
Hex C4 90 4F 0 1B 3C 17 21 32 36
Octal 304 220 117 0 33 74 27 41 62 66
Binary 11000100 10010000 1001111 0 11011 111100 10111 100001 110010 110110

Color Harmonies of #C4904F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4904F

Black with #C4904F

Text Example


Text Example

White with #C4904F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4904F; }

 p { color: rgb(196,144,79); }

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

background-color css

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

 a { background-color: rgb(196,144,79); }

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

border-color css

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

 span { border-color: rgb(196,144,79); }

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