Html Css Color HEX #C4574F Fuzzy Wuzzy Brown

📋 copy color: '#C4574F'

red 196 ◦ green 87 ◦ blue 79

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

Shades of Fuzzy Wuzzy Brown #C4574F

Tints of Fuzzy Wuzzy Brown #C4574F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.03%

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

R = 54.14%
G = 24.03%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4574F (or 0xC4574F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 57 and 4F. RGB value is (196,87,79). Sum of RGB (Red+Green+Blue) = 196+87+79=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C4574F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4574F is #3BA8B0. Grayscale: #767676. Windows color (decimal): -3909809 or 5199812. OLE color: 5199812.

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

Color convert

RGB 196 87 79 -
CMYK 0 0.56 0.60 0.23
HSL 4.1º 0.5% 0.54% -
HSV(B) 4.1º 0.6% 0.77% -
XYZ 27.58 19.12 9.63 -
YUV 118.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 196 87 79 0 0.56 0.60 0.23 4.1 0.5 0.54
Hex C4 57 4F 0 38 3C 17 4 32 36
Octal 304 127 117 0 70 74 27 4 62 66
Binary 11000100 1010111 1001111 0 111000 111100 10111 100 110010 110110

Color Harmonies of #C4574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4574F

Black with #C4574F

Text Example


Text Example

White with #C4574F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4574F; }

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

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

background-color css

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

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

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

border-color css

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

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

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