Html Css Color HEX #C4544F Fuzzy Wuzzy Brown

📋 copy color: '#C4544F'

red 196 ◦ green 84 ◦ blue 79

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

Shades of Fuzzy Wuzzy Brown #C4544F

Tints of Fuzzy Wuzzy Brown #C4544F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.4%

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

R = 54.6%
G = 23.4%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4544F (or 0xC4544F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 54 and 4F. RGB value is (196,84,79). Sum of RGB (Red+Green+Blue) = 196+84+79=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4544F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4544F is #3BABB0. Grayscale: #757575. Windows color (decimal): -3910577 or 5199044. OLE color: 5199044.

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

Color convert

RGB 196 84 79 -
CMYK 0 0.57 0.60 0.23
HSL 2.56º 0.5% 0.54% -
HSV(B) 2.56º 0.6% 0.77% -
XYZ 27.35 18.64 9.55 -
YUV 116.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 196 84 79 0 0.57 0.60 0.23 2.56 0.5 0.54
Hex C4 54 4F 0 39 3C 17 3 32 36
Octal 304 124 117 0 71 74 27 3 62 66
Binary 11000100 1010100 1001111 0 111001 111100 10111 11 110010 110110

Color Harmonies of #C4544F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4544F

Black with #C4544F

Text Example


Text Example

White with #C4544F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4544F; }

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

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

background-color css

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

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

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

border-color css

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

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

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