#CB5A54

Color #CB5A54 Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #CB5A54

Tints of Fuzzy Wuzzy Brown #CB5A54

Color information

#CB5A54 (or 0xCB5A54) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CB, 5A and 54. RGB value is (203,90,84). Sum of RGB (Red+Green+Blue) = 203+90+84=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5A54 is #34A5AB. Grayscale: #7B7B7B. Windows color (decimal): -3450284 or 5528267. OLE color: 5528267.

HSL color Cylindrical-coordinate representation of color #CB5A54: hue angle of 3.03º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5A54 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB2039084-
CMYK00.560.590.20
HSL3.03º53.36%56.27%-
HSV(B)3.03º58.62%79.61%-
XYZ29.8920.6510.8-
YUV123.1105.94184.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.85%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 84 (33.20% from 255) = 22.28%
R=53.85%
G=23.87%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203908400.560.590.203.0353.3656.27
HexCB5A540383B1433538
Octal313132124070732436570
Binary110010111011010101010001110001110111010011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A54; }

 p { color: rgb(203,90,84); }

 H1.HeaderClassName
 {
   color: #CB5A54;
 }
 .AnyTagClassName
 {
   color: #CB5A54;
 }
</style>
background-color css

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

 a { background-color: rgb(203,90,84); }

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

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

 span { border-color: rgb(203,90,84); }

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