Html Css Color HEX #C7534F Fuzzy Wuzzy Brown

📋 copy color: '#C7534F'

red 199 ◦ green 83 ◦ blue 79

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

Shades of Fuzzy Wuzzy Brown #C7534F

Tints of Fuzzy Wuzzy Brown #C7534F

RGB

 RED value IS 199 (78.13% from 255) = 55.12%

 GREEN value IS 83 (32.81% from 255) = 22.99%

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

R = 55.12%
G = 22.99%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7534F (or 0xC7534F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 53 and 4F. RGB value is (199,83,79). Sum of RGB (Red+Green+Blue) = 199+83+79=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7534F is #38ACB0. Grayscale: #757575. Windows color (decimal): -3714225 or 5198791. OLE color: 5198791.

HSL color Cylindrical-coordinate representation of color #C7534F: hue angle of 2º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7534F is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 83 79 -
CMYK 0 0.58 0.60 0.22
HSL 0.52% 0.55% -
HSV(B) 0.6% 0.78% -
XYZ 28.06 18.89 9.57 -
YUV 117.23 106.43 186.33 -
System Red Green Blue C M Y K H S L
Decimal 199 83 79 0 0.58 0.60 0.22 2 0.52 0.55
Hex C7 53 4F 0 3A 3C 16 2 34 37
Octal 307 123 117 0 72 74 26 2 64 67
Binary 11000111 1010011 1001111 0 111010 111100 10110 10 110100 110111

Color Harmonies of #C7534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7534F

Black with #C7534F

Text Example


Text Example

White with #C7534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7534F; }

 p { color: rgb(199,83,79); }

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

background-color css

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

 a { background-color: rgb(199,83,79); }

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

border-color css

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

 span { border-color: rgb(199,83,79); }

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